Function rs_graph::steinlib::read

source ·
pub fn read<G>(fname: &str) -> Result<Instance<G>, SteinlibError>where
    G: for<'a> IndexGraph + Buildable,