Function rs_graph::mps::read_from_file

source ·
pub fn read_from_file<G>(filename: &str) -> Result<Instance<G>>where
    G: IndexDigraph + Buildable,