Originally posted by: max11
Hi Jernej,
It seems that you are using the MTZ formulation for the TSP. I suppose that in your lp file, variables x0 to x55 are the "arc" variables, while variables x56 to x62 are the "node" variables. Note
that the node variables are actually continuous variables, while in your lp file they are defined as general integer. Removing the integrality constraints on the node variables, CPLEX gives the solution
reported in the attached file.
Regards
#CPLEXOptimizers#DecisionOptimization