Originally posted by: Eumpfenbach
I have a linear program and would like to terminate the simplex optimization if certain objective value is achieved. Do the info callbacks only work with respect to integer programs? I am experimenting with them based on mipex4 on a linear program (hoping that BestObj will give me the current best LP solution) but it doesn't seem like it works. Maybe I am doing something wrong.
So the Matlab InfoCallbacks are only for MIPs?
#CPLEXOptimizers#DecisionOptimization