Originally posted by: MichaelPoss
Hi,
I encounter the following behavior with cplex 12.2 concert technology for the Java interface:
cplex.solve();
System.out.println(cplex.getObjValue()); => return a value of 1
cplex.exportModel("test.lp");
cplex.importModel("test.lp");
cplex.solve();
System.out.println(cplex.getObjValue()); => return a value of -2.667137344314341E-17
Any idea how this happens ?
Best,
Michael.
#CPLEXOptimizers#DecisionOptimization