pub fn read_hamcircuit_from_tsplib_atsp<Graph: DynamicGraph, Reader: Read>(
graph: &mut Graph,
reader: &mut Reader,
)
Expand description
Read a graph as Hamiltonian circuit problem encoded as ATSP in TSPLIB format (used by concorde).
pub fn read_hamcircuit_from_tsplib_atsp<Graph: DynamicGraph, Reader: Read>(
graph: &mut Graph,
reader: &mut Reader,
)
Read a graph as Hamiltonian circuit problem encoded as ATSP in TSPLIB format (used by concorde).