Originally posted by: ShaCplex
Hi ,
it seems that the objective value is wrongly printed;
i wrote
docplex.mp.model import Model
docplex.mp.solution import SaveSolution
mdl = Model("LP")
sol = SaveSolution (mdl)
after solving,
mdl.solve(log_output = True).display()
I get the objective = 72508.423
but sol.get_objective_value() gives me
= -1e+75
whats this issue? can you please assist
Regards,
shahul
#CPLEXOptimizers#DecisionOptimization