Function traitgraph::io::hamcircuit::read_hamcircuit_from_tsplib_tsp[][src]

pub fn read_hamcircuit_from_tsplib_tsp<Graph: DynamicGraph, Reader: Read>(
    graph: &mut Graph,
    reader: &mut Reader
) where
    Graph::NodeData: Default,
    Graph::EdgeData: Default
Expand description

Read a graph as Hamiltonian circuit problem encoded as TSP in TSPLIB format (used by concorde).