-
Notifications
You must be signed in to change notification settings - Fork 42
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
ColumnGeneration phase one #86
Conversation
Codecov Report
@@ Coverage Diff @@
## master #86 +/- ##
=========================================
+ Coverage 91.5% 91.8% +0.29%
=========================================
Files 33 33
Lines 1472 1501 +29
=========================================
+ Hits 1347 1378 +31
+ Misses 125 123 -2
Continue to review full report at Codecov.
|
src/algorithms/colgen.jl
Outdated
@@ -1,4 +1,4 @@ | |||
struct ColumnGeneration <: AbstractAlgorithm end | |||
struct FullColumnGeneration <: AbstractAlgorithm end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why Full
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it does phase one and phase two. You dont like the name?
Fix issue #43