Originally posted by: davidfk
Hi,
I am calling CPLEX from Java in order to solve LPs. I would like to not just see the final solution but also be able to extract intermediate simplex solutions. I had a look into SimplexCallback, but as far as I can see it only allows me to obtain the objective function value after each simplex iteration or to see whether the intermediate solution is primal/dual feasible or not.
Is there a way of getting the primal/dual solution or the basis matrix after each simplex iteration?
Thanks in advance and best regards
#CPLEXOptimizers#DecisionOptimization