org.ojalgo.optimisation.quadratic
Class LagrangeSolver
java.lang.Object
org.ojalgo.optimisation.GenericSolver
org.ojalgo.optimisation.quadratic.LagrangeSolver
- All Implemented Interfaces:
- OptimisationSolver
public class LagrangeSolver
- extends GenericSolver
- Author:
- apete
LagrangeSolver
public LagrangeSolver(BasicMatrix[] aMtrxArr)
LagrangeSolver
public LagrangeSolver(QuadraticModel aModel)
LagrangeSolver
public LagrangeSolver(QuadraticModel aModel,
MatrixFactory aFactory)
getValue
public final BigDecimal getValue()
- Returns:
- The current objective function value
solve
public final OptimisationSolver.Result solve()
toString
public String toString()
- Overrides:
toString in class Object