Yet another article (with a nice running example) on statelessness and HATEOAS…
REST constraints overview
Nice REST constraints overview.…
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…
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.…