Class IterativeASS

All Implemented Interfaces:
Optimisation, Optimisation.Solver, UpdatableSolver

final class IterativeASS extends ActiveSetSolver
Solves optimisation problems of the form:

min 1/2 [X]T[Q][X] - [C]T[X]
when [AE][X] == [BE]
and [AI][X] invalid input: '<'= [BI]

Where [AE] and [BE] are optinal.