Function rs_graph::mps::read

source ·
pub fn read<G, R: Read>(reader: R) -> Result<Instance<G>>where
    G: IndexDigraph + Buildable,
Expand description

Read a file in MPS format from the reader.