Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.optim.linear Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
LinearConstraintA linear constraint for a linear optimization problem.Classorg.apache.commons.math3.optim.linearApache Commons
LinearConstraintSetClass that represents a set of linear constraints.Classorg.apache.commons.math3.optim.linearApache Commons
LinearObjectiveFunctionAn objective function for a linear optimization problem.Classorg.apache.commons.math3.optim.linearApache Commons
LinearOptimizerBase class for implementing linear optimizers.Classorg.apache.commons.math3.optim.linearApache Commons
NoFeasibleSolutionExceptionThis class represents exceptions thrown by optimizers when no solution fulfills the constraints.Classorg.apache.commons.math3.optim.linearApache Commons
NonNegativeConstraintA constraint for a linear optimization problem indicating whether all variables must be restricted to non-negative values.Classorg.apache.commons.math3.optim.linearApache Commons
PivotSelectionRuleenum PivotSelectionRulePivot selection rule to the use for a Simplex solver.Classorg.apache.commons.math3.optim.linearApache Commons
RelationshipTypes of relationships between two cells in a Solver LinearConstraint.Classorg.apache.commons.math3.optim.linearApache Commons
SimplexSolverSolves a linear problem using the Two-Phase Simplex method.Classorg.apache.commons.math3.optim.linearApache Commons
SolutionCallbackA callback object that can be provided to a linear optimizer to keep track of the best solution found.Classorg.apache.commons.math3.optim.linearApache Commons
UnboundedSolutionExceptionThis class represents exceptions thrown by optimizers when a solution escapes to infinity.Classorg.apache.commons.math3.optim.linearApache Commons