-
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
dual bound of tree search is dual bound of open nodes #598
Conversation
Codecov Report
@@ Coverage Diff @@
## master #598 +/- ##
==========================================
- Coverage 86.67% 85.94% -0.74%
==========================================
Files 47 47
Lines 4809 4801 -8
==========================================
- Hits 4168 4126 -42
- Misses 641 675 +34
Continue to review full report at Codecov.
|
|
||
JuMP.optimize!(model) | ||
|
||
@test JuMP.objective_bound(model) ≈ 1547.3889 |
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.
Are you sure that this test is reproducible? Branching decisions may be different depending on the fractional solution (which depends on the LP solver).
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.
Yes, I'm not satisfied with this test, I'm leaving it until we think about better tests.
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.
If it fails for some reason, we can replace @test
by @test_broken
fix #597