OpenTS - FAQ
Frequently Asked Questions (FAQ)

This section is still being developed. Thank you for your patience.

Clicking a question will take you further down the page to the answer.


  1. No. OpenTS is a set of Java classes that helps you structure your own tabu searches and relieves you of programming the "grunt-work" parts of tabu search.
  2. Yes. There is a tutorial that takes you through building a tabu search to solve a Traveling Salesman Problem (TSP), and there are teaching aids for the classroom that have sample solutions.