[WIP] Refactoring of the reformulation chain#611
Merged
Conversation
Owner
Author
|
Hi @amontoison, I get a new error on a MOI test: even though there is a safeguard on the use of I don't see what could have caused that on the C++ side 🤔 Do you have any ideas? Edit: oh wait, that happens in a totally unrelated PR now: #614 |
Collaborator
|
@cvanaret You just need to add |
Owner
Author
Beautiful, thanks a lot 🤩 |
…ains a linear solver
…s the problem and updates a parameterization (e.g., barrier parameter)
…asibilityRestoration!)
…equalityConstrainedMethod can return the problem as is (not reformulated)
… recompute the current auxiliary measure
…point methods (for now)
…ed set_number_variables() just after reformulation
cb987b4 to
e20f189
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactoring of the reformulation chain
The inequality handling method now:
Parameterization parameterizationparameter (contains e.g. the barrier parameter)... and that's it! The rest (subproblems, subproblem solvers) is controlled by the constraint relaxation strategy instead.