Originally posted by: Matt31
I'm currently using CPLEX to solve a (very large) linear program produced by the Reformulation Linearization Technique, within my own branch-and-bound framework. I'm solving the LP with the dual simplex algorithm. After a fixed number of iterations, I'd like to stop the solver and obtain a lower (dual) bound on my minimization problem. Of course, I can obtain the dual values via IloCplex.getDuals(), but is there a way to get just the dual objective value directly using the Java API?
Apologies for the simple question, but I've been unable to find the answer after scouring the Java API docs and the discussion forum here.
Thanks a lot,
-Matt
#CPLEXOptimizers#DecisionOptimization