Skip to content

Automatically allocate LP/QP solver for inequality-constrained method#177

Merged
cvanaret merged 2 commits intomainfrom
inequality_constrained_methods
Jun 12, 2025
Merged

Automatically allocate LP/QP solver for inequality-constrained method#177
cvanaret merged 2 commits intomainfrom
inequality_constrained_methods

Conversation

@cvanaret
Copy link
Owner

  • So far, the user would choose between LPSubproblem and QPSubproblem.
  • Now, the user only sets inequality_handling_method=inequality_constrained. We compute the NNZ in the Hessian, and allocate an LP solver or a QP solver on the fly depending on the presence of curvature.

@cvanaret cvanaret merged commit 64cb958 into main Jun 12, 2025
15 checks passed
@cvanaret cvanaret self-assigned this Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant