Page 1 of 1

Impossible to use 'mipstart' in CPLEX

Posted: Wed Nov 07, 2018 8:06 am
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?

Re: Impossible to use 'mipstart' in CPLEX

Posted: Wed Nov 07, 2018 9:53 am
by bussieck
This sounds strange. Can you provide something to reproduce?

-Michael