Skip to content

Commit

Permalink
Moving embedding functions, but not plotting, into this module
Browse files Browse the repository at this point in the history
  • Loading branch information
scheinerman committed Sep 14, 2018
1 parent 536a34a commit 0d4b4e2
Show file tree
Hide file tree
Showing 11 changed files with 1,398 additions and 1 deletion.
4 changes: 3 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ Polynomials
SimplePartitions
Graphs
IterTools
Iterators
Iterators
Optim
LightXML
2 changes: 2 additions & 0 deletions src/SimpleGraphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ include("d_simple_matrices.jl")
include("d_dist.jl")


include("embedding/GraphEmbeddings.jl")

end # module SimpleGraphs
Loading

0 comments on commit 0d4b4e2

Please sign in to comment.