Merged
Conversation
…infrastructure, correct early termination in phase I
…olver use support
…ed stat detection
Summary - mpecopt coverageSummary
Coverage- 13.1%
mpecopt - 61.7%
|
apozharski
approved these changes
Sep 23, 2025
Member
apozharski
left a comment
There was a problem hiding this comment.
LGTM but remove the *.txt 😅
| @@ -0,0 +1 @@ | |||
| nonlinear_mpec2_EDENSCH_Var80_Comp32_Eq32_Ineq34 | |||
| @@ -0,0 +1,19 @@ | |||
| MPECopt-Reg-Gurobi - execution time: 106.16 seconds (0.0295 hours, 0.001229 days) | |||
| @@ -0,0 +1 @@ | |||
| nonlinear_mpec2_McCormick_Var1725_Comp690_Eq690_Ineq1030 | |||
examples/getting_started.m
Outdated
| % change some settings | ||
| solver_settings.settings_lpec.lpec_solver = 'Highs_casadi' ; % 'Gurobi'; for best perfomance; 'Highs_casadi' - via CasADi conic | ||
| solver_settings.settings_casadi_nlp.ipopt.linear_solver = 'mumps'; % 'ma27' for better perfomance | ||
| solver_settings.settings_lpec.lpec_solver = 'Gurobi' ; % 'Gurobi'; for best perfomance; 'Highs_casadi' - via CasADi conic |
Member
There was a problem hiding this comment.
Probably don't want to default to closed source solvers :)
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.
Add MINLP solver, early termination support for LPECs, fixed bunch of bugs, improved random benachmark, added support for MX (if problem is in vertical form), improved checks of stationary points, added lot more statistics in the benchmarks, and bunch of other stuff.