Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: Rajasekhar_Kadambur
Hi,
How to slove LP file and post process the solution.
what do you mean ?
a .lp file ?
main
{
cplex.importModel("model.lp");
cplex.solve();
}
regards
Hi Alex,
I have tried that one the problems is that just shows the the solve status and the solution is not updated in the problem browser.
Is there a way to retrieve the solution for solving LP file.