-
Notifications
You must be signed in to change notification settings - Fork 312
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
Add an optimal_value
to mixed-integer problems
#2596
Conversation
This pull request was exported from Phabricator. Differential Revision: D60144693 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2596 +/- ##
==========================================
- Coverage 95.21% 95.21% -0.01%
==========================================
Files 489 489
Lines 47673 47679 +6
==========================================
+ Hits 45393 45397 +4
- Misses 2280 2282 +2 ☔ View full report in Codecov by Sentry. |
Summary: Pull Request resolved: facebook#2596 The next PR will require all problems to have an `optimal_value`. See that PR for more context. This PR adds an optimal value to the mixed-integer problems, which are the only problems that currently lack one. This will be better than the true optimal value because the mixed problems have a restricted search space. Differential Revision: D60144693
279478a
to
436ca29
Compare
This pull request was exported from Phabricator. Differential Revision: D60144693 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D60144693 |
Summary: Pull Request resolved: facebook#2596 The next PR will require all problems to have an `optimal_value`. See that PR for more context. This PR adds an optimal value to the mixed-integer problems, which are the only problems that currently lack one. This will be better than the true optimal value because the mixed problems have a restricted search space. Reviewed By: saitcakmak Differential Revision: D60144693
436ca29
to
4e917c4
Compare
Summary: Pull Request resolved: facebook#2596 The next PR will require all problems to have an `optimal_value`. See that PR for more context. This PR adds an optimal value to the mixed-integer problems, which are the only problems that currently lack one. This will be better than the true optimal value because the mixed problems have a restricted search space. Reviewed By: saitcakmak Differential Revision: D60144693
This pull request was exported from Phabricator. Differential Revision: D60144693 |
4e917c4
to
ff556e9
Compare
This pull request has been merged in 61a9f88. |
Summary: The next PR will require all problems to have an
optimal_value
. See that PR for more context. This PR adds an optimal value to the mixed-integer problems, which are the only problems that currently lack one. This will be better than the true optimal value because the mixed problems have a restricted search space.Differential Revision: D60144693