Originally posted by: Washout
I am using the Java api for CPLEX 12.3 and I first solve my MIP, and have a number of solutions, the best of which is the incumbent. I then add some extra constraints and try to solve the new (modified) model using the previous solutions.
I dont explicitly write the solutions to a .mst or .sol file - but the solutions are there in memory as the program is still running.
Currently, when solving the new problem, the solver has an effort level of 4 on the best previous solution, and level 1 effort (which just checks feasibility, doesnt attempt to repair) on all the other solutions. How to I have the solver make a "level 4" effort on ALL of the solutions in the solution pool?
#CPLEXOptimizers#DecisionOptimization