org.ojalgo.optimisation.quadratic
Class ActiveSetSolver
java.lang.Object
org.ojalgo.optimisation.GenericSolver
org.ojalgo.optimisation.quadratic.QuadraticSolver
org.ojalgo.optimisation.quadratic.ActiveSetSolver
- All Implemented Interfaces:
- OptimisationSolver
Deprecated. Since Version 26. This class wont go away, but the intention
is to make it package private after Version 26 has been released.
@Deprecated
public class ActiveSetSolver
- extends QuadraticSolver
- Author:
- apete
ActiveSetSolver
@Deprecated
public ActiveSetSolver(BasicMatrix[] aMtrxArr)
- Deprecated. Since Version 26. Use QuadraticSolver.Builder instead.
- Takes an array of matrices that specify a QP problem. Array
elements may be null as long as the remaining matrices
constitute a valid program. This constructor is compatible with
how this class used to work before version 26.
- Parameters:
aMtrxArr - {[AE], [BE], [Q], [-C], [AI], [BI]}