Uses of Class
helix.graph.io.DimacsReader

Packages that use DimacsReader
helix.graph.io   
 

Uses of DimacsReader in helix.graph.io
 

Subclasses of DimacsReader in helix.graph.io
 class DimacsExtendedReader
          a Dimacs format reader with additional capabilities to read attributes attached to Graph, Vertices or Edges.
Attributes are specified as :
key=value with key = alpha+ value = any+ | "qany+" alpha = [a-z] | [A-Z] | [0-9] | '_' any = [^ |"] qany = [^"] note: Please note that the '-' (dash) character is not allowed in key and is only allowed in values if it is quoted.
note: You cannot backquote the '"' in values...