pub fn write_hamcircuit_as_tsplib_atsp<Graph: StaticGraph, Writer: Write>(
graph: &Graph,
writer: &mut Writer,
)
Expand description
Write the graph as Hamiltonian circuit problem encoded as ATSP in TSPLIB format (used by concorde).
pub fn write_hamcircuit_as_tsplib_atsp<Graph: StaticGraph, Writer: Write>(
graph: &Graph,
writer: &mut Writer,
)
Write the graph as Hamiltonian circuit problem encoded as ATSP in TSPLIB format (used by concorde).