-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
Debug info for unsupported constraints #2203
Debug info for unsupported constraints #2203
Conversation
Right now it just prints out all the information of Unsupported constraints (NOT giving any error). I cant really figure put how can we put all this information in Error. |
This is supposed to work but I dont know why the julia session quit whenever I try to access function |
f8a061d
to
f405c13
Compare
I'm not sure where the stack overflow comes. Perhaps you could try isolating the issue. Can you reproduce it outside this PR just by calling |
I tried calling
but in place of using
And when I am using function
|
Tests are failing because its using outdated version of MathOptInterface, Tests will run successfully once the new version is released. |
Codecov Report
@@ Coverage Diff @@
## master #2203 +/- ##
==========================================
+ Coverage 91.15% 91.38% +0.23%
==========================================
Files 42 42
Lines 4113 4189 +76
==========================================
+ Hits 3749 3828 +79
+ Misses 364 361 -3
Continue to review full report at Codecov.
|
Closes #2143