Module dimacs

Module dimacs 

Source
Expand description

Reading files in DIMACS format.

Re-exports§

pub use self::graph::read as read_graph;

Modules§

graph
max
This module implements a read function for the famous DIMACS max flow format. A DIMACS file must look as follows.
min
This module implements a read function for the DIMACS min cost flow format. A DIMACS file must look as follows.

Structs§

DimacsReader
Tokens
Iterates over the tokens in a line.

Enums§

Error
Error when reading a file in DIMACS format.

Type Aliases§

Result