Module vrp_scientific::tsplib

source ·
Expand description

Contains functionality to read tsplib95 problem and write its solution.

Traits

  • A trait to read tsplib95 problem. Please note that it is very basic implementation of the format specification.
  • A trait to write tsplib95 solution.