|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
LinearConstraint | A linear constraint for a linear optimization problem. |
LinearConstraintSet | Class that represents a set of linear constraints . |
LinearObjectiveFunction | An objective function for a linear optimization problem. |
LinearOptimizer | Base class for implementing linear optimizers. |
NonNegativeConstraint | A constraint for a linear optimization problem indicating whether all variables must be restricted to non-negative values. |
SimplexSolver | Solves a linear problem using the "Two-Phase Simplex" method. |
SimplexTableau | A tableau for use in the Simplex method. |
Enum Summary | |
---|---|
Relationship | Types of relationships between two cells in a Solver LinearConstraint . |
Exception Summary | |
---|---|
NoFeasibleSolutionException | This class represents exceptions thrown by optimizers when no solution fulfills the constraints. |
UnboundedSolutionException | This class represents exceptions thrown by optimizers when a solution escapes to infinity. |
Optimization algorithms for linear constrained problems.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |