Originally posted by: Vincent.1
Hi all,
I tried to use writeMIPStarts("mysol") and readMIPStarts("mysol") to add initial solutions to CPLEX. I have 7 MIP starts in "mysol", but CPLEX can only import the first MIP start. Here is the message I got:
--
1 of 7 MIP starts provided solutions.
MIP start 'm1' defined initial solution with objective 2106.0000.
--
In CPLEX's user's manual it says: "By default, CPLEX expends effort at level 4 for the first MIP start and at level 1 (one) for other MIP starts."
I tried to set the effort level to 4 for all MIP starts, but CPLEX still can't import the rest solutions. Does anyone have an idea? Thanks a lot!
Best,
Vincent
#CPLEXOptimizers#DecisionOptimization