File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,13 @@ This module defines three data types for working with graphs:
29
29
edges may be any subset of the vertex set.
30
30
31
31
32
+
32
33
Additional functionality can be found in these modules:
33
34
+ [ ` DrawSimpleGraphs ` ] ( https://github.com/scheinerman/DrawSimpleGraphs.jl ) for visualization.
34
35
+ [ ` SimpleGraphAlgorithms ` ] ( https://github.com/scheinerman/SimpleGraphAlgorithms.jl )
35
36
for functions relying on [ integer] linear programming.
36
37
37
- #### Not ready for prime time
38
+ ### Not ready for prime time
38
39
In addition, we have:
39
40
+ A nascent [ ` SimplePlanarGraphs ` ] ( https://github.com/scheinerman/SimplePlanarGraphs.jl ) module with * extremely* limited functionality.
40
41
+ An older [ ` SimpleGraphRepresentations ` ] ( https://github.com/scheinerman/SimpleGraphRepresentations.jl ) module that I am not currently maintaining.
You can’t perform that action at this time.
0 commit comments