|
Optimization: principles and algorithms, by Michel Bierlaire
|
Write the Traveling Salesman Problem (TSP) as an integer optimization problem in standard form. More...
Go to the source code of this file.
Functions | |
| function | tspExact (in dist) |
| Write the TSP as an integer optimization problem in standard form. More... | |
Write the Traveling Salesman Problem (TSP) as an integer optimization problem in standard form.
See Section 25.2.3 of [1]
Definition in file tspExact.m.
| function tspExact | ( | in | dist | ) |
Write the TSP as an integer optimization problem in standard form.
| dist | distance matrix |