[][src]Module rs_graph::dimacs

Reading files in DIMACS format.

Re-exports

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

Modules

graph
maxflow

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

Enums

DimacsError

Error when reading a file in DIMACS format.