-
Notifications
You must be signed in to change notification settings - Fork 57
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 xpress patch #1051
add xpress patch #1051
Conversation
Performance Results
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1051 +/- ##
==========================================
- Coverage 80.57% 80.48% -0.10%
==========================================
Files 116 116
Lines 12418 12439 +21
==========================================
+ Hits 10006 10011 +5
- Misses 2412 2428 +16
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@odow this is the best I came up with to fix the problem with Xpress |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
In SDDP we do solve, if infeasible, re-build and then re-solve. If still infeasible. Write to file. See |
See jump-dev/Xpress.jl#212 for reference to this. It seems to be the only solution that is under our control.