Originally posted by: Quazi_R
Hi,
In my problem of solving a LP using CPLEX, I need access to the simplex multipliers and create the entering column myself.
I suspect I have to use a callback utility. I am hoping to do that in C or, failing that, in Java.
1) How can I stop CPLEX after each iteration of the revised simplex method and extract the simplex multipliers values?
2) How can I specify the Entering Column and carry out the next iteration?
Thanks in advance for your help.
#CPLEXOptimizers#DecisionOptimization