| Package | Description |
|---|---|
| org.apache.commons.math3.optimization.linear |
This package provides optimization algorithms for linear constrained problems.
|
| Class and Description |
|---|
| AbstractLinearOptimizer
Base class for implementing linear optimizers.
|
| LinearConstraint
A linear constraint for a linear optimization problem.
|
| LinearObjectiveFunction
An objective function for a linear optimization problem.
|
| LinearOptimizer
This interface represents an optimization algorithm for linear problems.
|
| NoFeasibleSolutionException
This class represents exceptions thrown by optimizers when no solution
fulfills the constraints.
|
| Relationship
Types of relationships between two cells in a Solver
LinearConstraint. |
| UnboundedSolutionException
This class represents exceptions thrown by optimizers when a solution
escapes to infinity.
|
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.