A lot, apparently.…
Using lazy constraints with pure LP in CPLEX
Basically, two alternatives: transform the LP into a pseudo-MIP (drawback: you cannot query the model anymore for the dual prices) Implement by hand the cutting plane procedure Read the whole article here…
IBM Software Catalog
IBM Software Catalog…
ILOG Cplex 12.6 documentation
I always need to wander around for a while before landing here…
When to use `end()` in ILOG Cplex
The C++ ILOG Cplex API are "not-idiomatic" at least. Here a useful reference on when to use end() on Ilo*Extractable objects.…