slsqp_jax.inner

Pluggable inner equality-constrained QP solvers and the Krylov primitives that back them. The active-set loop in slsqp_jax.qp is agnostic to which strategy is used: every solver implements the AbstractInnerSolver interface and returns an InnerSolveResult(d, multipliers, converged).

Modules