Expand description
HerculesABQP is a solver for convex box-constrained quadratic programs.
The main entry points are:
solver::solve_box_qpfor one-off solvessolver::PreparedSolverfor repeated solves with sharedQandc
The crate also includes matrix wrappers for dense, sparse, and implicit operator-backed quadratic models.