org.ojalgo.optimisation.quadratic
Class LagrangeSolver

java.lang.Object
  extended by org.ojalgo.optimisation.GenericSolver
      extended by org.ojalgo.optimisation.quadratic.QuadraticSolver
          extended by org.ojalgo.optimisation.quadratic.LagrangeSolver
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 LagrangeSolver
extends QuadraticSolver

Author:
apete

Nested Class Summary
 
Nested classes/interfaces inherited from class org.ojalgo.optimisation.quadratic.QuadraticSolver
QuadraticSolver.Builder
 
Nested classes/interfaces inherited from interface org.ojalgo.optimisation.OptimisationSolver
OptimisationSolver.Result
 
Constructor Summary
LagrangeSolver(BasicMatrix[] aMtrxArr)
          Deprecated. Since Version 26. Use QuadraticSolver.Builder instead.
 
Method Summary
 
Methods inherited from class org.ojalgo.optimisation.quadratic.QuadraticSolver
getValue, solve, solve, solve, solve, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LagrangeSolver

@Deprecated
public LagrangeSolver(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]}