Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: open_ball
Hi,
How can I print the optimality gap after the tilim or epgap condition is met? Also, I'd like to print the status, but it looks like getStatus() method is not defined in OPL script. How can I print the solution status?
Hi
see https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014632455
and
writeln("cplex.status",cplex.status);
regards