Add an example of column generation#2010
Add an example of column generation#2010mlubin merged 5 commits intojump-dev:masterfrom dourouc05:example-colgen-new
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2010 +/- ##
==========================================
+ Coverage 91.41% 91.84% +0.43%
==========================================
Files 33 33
Lines 4217 4771 +554
==========================================
+ Hits 3855 4382 +527
- Misses 362 389 +27
Continue to review full report at Codecov.
|
|
The assertion error will be fixed by jump-dev/GLPK.jl#101, so let's hold off on merging this before that's released. |
|
Nice! What about Cbc/Clp, as there is the same assertion? |
|
Clp will be fixed when either a new LinQuadOptInterface is released or the wrapper is rewritten without LinQuadOptInterface like we're doing for GLPK. |
|
This would also be great in notebook format in https://github.com/barpit20/JuMPTutorials.jl (which will be moved under the JuMP repos umbrella soon) |
|
Just reran the tests, and it looks like this PR has drifted a bit from I'll merge once CI passes. |
|
This should be corrected. |
Follows #2004 and #2008. Supersedes #2006.
I cleaned up the history from the previous PR, and took into account the remaining comments. There is one outstanding issue (line 140 of this PR; this was https://github.com/JuliaOpt/JuMP.jl/pull/2006/files#diff-46229f75b87dbb3f6099492776c892edR143):