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§
- Dimacs
Reader - Tokens
- Iterates over the tokens in a line.
Enums§
- Error
- Error when reading a file in DIMACS format.