Uses of Interface
org.apache.commons.math.optimization.linear.LinearOptimizer

Packages that use LinearOptimizer
org.apache.commons.math.optimization.linear This package provides optimization algorithms for linear constrained problems. 
 

Uses of LinearOptimizer in org.apache.commons.math.optimization.linear
 

Classes in org.apache.commons.math.optimization.linear that implement LinearOptimizer
 class AbstractLinearOptimizer
          Base class for implementing linear optimizers.
 class SimplexSolver
          Solves a linear problem using the Two-Phase Simplex Method.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.