Function rs_graph::dimacs::graph::read

source ·
pub fn read<G>(fname: &str) -> Result<(G, Vec<f64>), Error>where
    G: Buildable,
Expand description

Read DIMACS file.

  • fname is the name of the file to be read
  • weights is the array of node weights