Function read_hamcircuit_from_tsplib_atsp

Source
pub fn read_hamcircuit_from_tsplib_atsp<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 ATSP in TSPLIB format (used by concorde).