Expand description
This crate offers functions to read and write graphs in TSPLIB format.
Functionsยง
- read_
hamcircuit_ from_ tsplib_ atsp - Read a graph as Hamiltonian circuit problem encoded as ATSP in TSPLIB format (used by concorde).
- read_
hamcircuit_ from_ tsplib_ tsp - Read a graph as Hamiltonian circuit problem encoded as TSP in TSPLIB format (used by concorde).
- write_
hamcircuit_ as_ tsplib_ atsp - Write the graph as Hamiltonian circuit problem encoded as ATSP in TSPLIB format (used by concorde).
- write_
hamcircuit_ as_ tsplib_ tsp - Write the graph as Hamiltonian circuit problem encoded as TSP in TSPLIB format (used by concorde).