-
Notifications
You must be signed in to change notification settings - Fork 267
Add extra args for includeconshdlr for new SCIP version #785
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
I got the following assertion error:
|
@ju-manns I am confident that the test failing has nothing to do with my change. These numeric errors with the non-linear tests seem to be a frequent problem. They are especially common when you test without IPOPT enabled. |
The assertions are passing on my end. But I don't like having the fixed 1.0e-3 there, it should be dependent on the model, I believe. |
I discussed this with Ksenia and we decided to raise those bounds for now. |
b6ab98b
to
874e9a3
Compare
874e9a3
to
a6727a4
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #785 +/- ##
==========================================
+ Coverage 52.76% 52.85% +0.09%
==========================================
Files 17 17
Lines 3817 3829 +12
==========================================
+ Hits 2014 2024 +10
- Misses 1803 1805 +2 ☔ View full report in Codecov by Sentry. |
The most recent version of SCIP is incompatible with the latest PySCIPOpt version. This fixes that by adding some new arguments to the include cons handler function.