Impossible to use 'mipstart' in CPLEX

Solver related questions
Post Reply
daniel93
User
User
Posts: 3
Joined: 5 years ago

Impossible to use 'mipstart' in CPLEX

Post by daniel93 »

Hi, I have a trouble in using 'mipstart' in CPLEX.
As far as I know, in order to activate mipstart, all the values of variables must be set with '.l' before solve statement.
But when i do, it always return message 'MIP start 'm1' defined no solution' and 'Warning: No solution found from 1 MIP status'
First, I thought it might be the problem of infeasibility so i change all the '.l' attribute to '.fx', but it instantly solves problem and returns solution (of course same value as fixed values)
I tried all the other values of mipstart (1~6) but it all failed.

Does anyone know why such a situation occurs?
User avatar
bussieck
Moderator
Moderator
Posts: 1033
Joined: 7 years ago

Re: Impossible to use 'mipstart' in CPLEX

Post by bussieck »

This sounds strange. Can you provide something to reproduce?

-Michael
Post Reply