TSPLIB is a library of sample instances for the TSP (and related problems) from various sources and of various types.
Originally based on tsplib.
import { readTspFile } from "./index.ts"
console.log(await readTspFile("./foobar.tsp"));TSPLIB is a library of sample instances for the TSP (and related problems) from various sources and of various types.
Originally based on tsplib.
import { readTspFile } from "./index.ts"
console.log(await readTspFile("./foobar.tsp"));