Originally posted by: jasmin12
Hello,
I am using MILP solver from CPLEX for MATLAB. I would like to provide some MIPstart to speed up the optimization. The MIPstart is obtained from the last solved problem by applying 'cplex.writeMipStart'.Then I use them as initial value for next round optimization. However, errors pop up as follows:
Error using cplexlink1280
CPLEX Error 3003: Not a mixed-integer problem.
Since I use the same format as for solution, i don't understand why this problem happens. It would be great that anyone has the same experience. You see the MST file for MIPstart in the attachment.
Best,
#CPLEXOptimizers#DecisionOptimization