In this section,

  • We integrate construction heuristics (which generate good integer solutions) with CPLEX using advanced start and heuristic callbacks.
  • We integrate improvement heuristics (which given an integer solution, attempt to produce a better integer solutions) with CPLEX using incumbent callbacks and heuristic callbacks
  • We test and profile our code on TSPLIB
  • No labels