[][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.

Structs

Tokens

Iterates over the tokens in a line.

Enums

DimacsError

Error when reading a file in DIMACS format.

Functions

read_dimacs

Read a DIMACS file.