Files | |
ConshdlrSubtour.cpp | |
Subtour elimination constraint handler for TSP problems, written in C++. | |
ConshdlrSubtour.h | |
C++ constraint handler for TSP subtour elimination constraints. | |
cppmain.cpp | |
main file for C++ TSP example using SCIP as a callable library | |
EventhdlrNewSol.cpp | |
event handler for new solutions in TSP | |
EventhdlrNewSol.h | |
event handler for new solutions in TSP | |
GomoryHuTree.cpp | |
generator for global cuts in undirected graphs | |
GomoryHuTree.h | |
generator for global cuts in undirected graphs | |
Heur2opt.cpp | |
2-Optimum - combinatorial improvement heuristic for TSP | |
Heur2opt.h | |
2-Optimum - combinatorial improvement heuristic for TSP | |
HeurFarthestInsert.cpp | |
farthest insert - combinatorial heuristic for TSP | |
HeurFarthestInsert.h | |
farthest insert - combinatorial heuristic for TSP | |
HeurFrats.cpp | |
fractional travelling salesman heuristic - Rounding heuristic for TSP | |
HeurFrats.h | |
fractional travelling salesman heuristic - Rounding heuristic for TSP | |
ProbDataTSP.cpp | |
C++ problem data for TSP. | |
ProbDataTSP.h | |
C++ problem data for TSP. | |
ReaderTSP.cpp | |
C++ file reader for TSP data files. | |
ReaderTSP.h | |
C++ file reader for TSP data files. | |