Uses of Interface
org.apache.commons.math.optimization.linear.LinearOptimizer
Packages that use LinearOptimizer
Package
Description
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 LinearOptimizerModifier and TypeClassDescriptionclass
Base class for implementing linear optimizers.class
Solves a linear problem using the Two-Phase Simplex Method.