-
-
Notifications
You must be signed in to change notification settings - Fork 408
Add an example of column generation #2010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
d084da5 to
a50f3a8
Compare
a50f3a8 to
ae15d65
Compare
|
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):