Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 403 Bytes

File metadata and controls

13 lines (8 loc) · 403 Bytes

🧻 tsplib-js Javascript library to read and extract contents from a .tsp file

TSPLIB is a library of sample instances for the TSP (and related problems) from various sources and of various types.

Originally based on tsplib.

Usage

import { readTspFile } from "./index.ts"

console.log(await readTspFile("./foobar.tsp"));