Skip to content

aimproxy/tsplib-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧻 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"));

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published