-
Notifications
You must be signed in to change notification settings - Fork 32
Add solver dependent callbacks #85
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
Codecov Report
@@ Coverage Diff @@
## master #85 +/- ##
==========================================
+ Coverage 58.77% 60.77% +2.00%
==========================================
Files 7 9 +2
Lines 2559 2761 +202
==========================================
+ Hits 1504 1678 +174
- Misses 1055 1083 +28
Continue to review full report at Codecov.
|
|
Thanks for adding this to Xpress.jl! as the presolve removes all the columns on this simple model. The problem here is that we do not know on the MOI side which variables is using Xpress after the presolve. |
|
thanks @frapac ! |
|
In this PR, the tests are carefully written and set explicitly the right set of options. I am wondering what is the correct way to signal that to the end user
This error was raised by something I built (basically a sparse logistic regression with lazy callbacks implemented on top of Xpress). Unfortunately, I still have some trouble to make them work as expected... If you are interested, you could find the source here |
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.
some tweaks
# Conflicts: # Project.toml # src/MOI/MOI_wrapper.jl # src/Xpress.jl # src/helper.jl
Close #58
Added MOI heuristics and user cuts callbacks
Also added a callback to print log in Windows