Package | Description |
---|---|
org.apache.commons.math3.optim.linear |
Optimization algorithms for linear constrained problems.
|
Class and Description |
---|
LinearConstraint
A linear constraint for a linear optimization problem.
|
LinearObjectiveFunction
An objective function for a linear optimization problem.
|
LinearOptimizer
Base class for implementing linear optimizers.
|
NoFeasibleSolutionException
This class represents exceptions thrown by optimizers when no solution fulfills the constraints.
|
PivotSelectionRule
Pivot selection rule to the use for a Simplex solver.
|
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–2016 The Apache Software Foundation. All rights reserved.