org.ojalgo.optimisation
Class GenericSolver

java.lang.Object
  extended by org.ojalgo.optimisation.GenericSolver
All Implemented Interfaces:
OptimisationSolver
Direct Known Subclasses:
ActiveSetSolver, EquationSystemSolver, LagrangeSolver, SimpleSackSolver

public abstract class GenericSolver
extends Object
implements OptimisationSolver


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ojalgo.optimisation.OptimisationSolver
OptimisationSolver.Result
 
Method Summary
 BigDecimal getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ojalgo.optimisation.OptimisationSolver
solve
 

Method Detail

getValue

public BigDecimal getValue()
Returns:
The current objective function value