org.ojalgo.optimisation.quadratic
Class ActiveSetSolver
java.lang.Object
org.ojalgo.optimisation.GenericSolver
org.ojalgo.optimisation.quadratic.ActiveSetSolver
- All Implemented Interfaces:
- OptimisationSolver
public class ActiveSetSolver
- extends GenericSolver
- Author:
- apete
ActiveSetSolver
public ActiveSetSolver(BasicMatrix[] aMtrxArr)
ActiveSetSolver
public ActiveSetSolver(QuadraticModel aModel)
ActiveSetSolver
public ActiveSetSolver(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