Skip to content

Commit

Permalink
Don't need all of Combinatorics
Browse files Browse the repository at this point in the history
  • Loading branch information
scheinerman committed Jul 6, 2020
1 parent 6b26581 commit ce9ea12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleGraphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using Statistics
using IterTools
using Random
using AbstractLattices
using Combinatorics



import AbstractLattices.dist
Expand Down
2 changes: 2 additions & 0 deletions src/hyper/complete.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export CompleteHypergraph

import Combinatorics.combinations

"""
`CompleteHypergraph(n,k)` creates a complete hypergraph with vertex set
`{1,2,...,n}`. The edges are all `k`-element subsets of the vertices.
Expand Down

0 comments on commit ce9ea12

Please sign in to comment.