Uses of Package
helix.graph.io

Packages that use helix.graph.io
helix.graph.io   
 

Classes in helix.graph.io used by helix.graph.io
AbstractGraphReader
           
AbstractGraphWriter
           
DimacsReader
          Extended Dimacs format :
[c [comment]] : comment line : may appear anywhere
[p [label]] : problem line : label is kept in graph registry as Label
[n [label]]+ : vertex line : label is kept in vertex registry as Label
e index1 index2 [label] : edge line : indexi are 1-based index refereing to
vertices (see below).
GraphReader
           
GraphWriter