Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: myk40nc
Dear People,
Is it possible to stop a linear program during runtime in IBM ILOG CPLEX Optimization Studio as soon as some feasible solution is found? It should not necessarily be optimal.
Thanks,
Myro
Hi,
have you had a look at
MIP integer solution limit Sets the number of MIP solutions to be found before stopping in OPL execute { cplex.intsollim=1; } regards
Sets the number of MIP solutions to be found before stopping
in OPL
execute
{
cplex.intsollim=1;
}
regards
Hi Alex,
Thanks a lot!
This is exactly what I was looking for.
Sincerely,