Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 322 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 322 Bytes

tsp-solver

Finds (or at least tries) near-optimal solutions for traveling salesman problem instances.

Supported meta-heuristics:

  • hill climbing
  • simulated annealing
  • random search

Be sure to have sufficient memory to run large instances!

running

cargo run

testing

cargo test

linting

cargo fmt