-
Notifications
You must be signed in to change notification settings - Fork 43
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
First version of presolve #1069
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1069 +/- ##
==========================================
- Coverage 82.69% 82.68% -0.01%
==========================================
Files 89 89
Lines 7182 7179 -3
==========================================
- Hits 5939 5936 -3
Misses 1243 1243
☔ View full report in Codecov by Sentry. |
- Heuristics of conquer algorithms should be of type `AbstractHeuristic` - Branch-and-bound algorithm of Coluna can now work with any `AbstractNode`
…ithm - Remove warning about changing lower bound of fixed variable if the variable is a master column
In the presolve algorithm, we first copy the current partial solution to |
…_diving # Conflicts: # src/Branching/Branching.jl
…m.manager.partial_solution
…solution, but not present in the record)
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.
Ok for me as the first version of presolve, fixes issue #1061.
No description provided.