Module rs_graph::dimacs

source ·
Expand description

Reading files in DIMACS format.

Re-exports

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

Modules

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

Structs

Enums

  • Error when reading a file in DIMACS format.

Type Aliases