Originally posted by: SystemAdmin
[benp84 said:]
I am implementing an algorithm in C++ in which I require CPLEX to return any solution to a minimization IP which is below a particular objective threshold as quickly as possible. I have found the CPLEX parameter named "ObjLLim" which appears to do exactly what I need, but it
only works for LPs. Is there such a parameter that will work for IPs? If not, what is the best way to make CPLEX do this? Thanks in advance.
- Ben
#CPLEXOptimizers#DecisionOptimization