Graph Manipulation
Many parts of SandMark make heavy use of graphs, and for this
reason we have an extensive graph manipulation library.
Insert more information here!
Constructing Graphs
The API is here
Insert more information here!
Graph Codecs
Graph codecs allow you to convert between integers and graphs.
The API is here
Insert more information here!
Graph Visualization
Graphs can be visualized directly in SandMark itself,
or dot
-files can be generated for
visualization using the GraphViz package.
The API is here
Insert more information here!