(package private) class |
ActiveSetSolver |
|
(package private) class |
BasePrimitiveSolver |
|
(package private) class |
ConstrainedSolver |
|
(package private) class |
DirectASS |
Solves optimisation problems of the form:
|
(package private) class |
IterativeASS |
Solves optimisation problems of the form:
|
(package private) class |
IterativeRefinementSolver |
Algorithm from: Solving quadratic programs to high precision using scaled iterative refinement
Mathematical Programming Computation (2019) 11:421–455 https://doi.org/10.1007/s12532-019-00154-6
|
(package private) class |
IterativeRefinementSolver2 |
Algorithm from: Solving quadratic programs to high precision using scaled iterative refinement
Mathematical Programming Computation (2019) 11:421–455 https://doi.org/10.1007/s12532-019-00154-6
|
(package private) class |
IterativeRefinementSolverDouble |
Algorithm from: Solving quadratic programs to high precision using scaled iterative refinement
Mathematical Programming Computation (2019) 11:421–455 https://doi.org/10.1007/s12532-019-00154-6
|
(package private) class |
NullSpaceASS |
Proof-of-concept solver that eliminates equality constraints, and reduces the number of variables, via a
null-space projection and delegates the reduced inequality-only QP to an existing active-set solver.
|
(package private) class |
QPESolver |
Solves optimisation problems of the form:
|
(package private) class |
UnconstrainedSolver |
Solves optimisation problems of the form:
|