Uses of Class
org.apache.commons.math3.optim.linear.UnboundedSolutionException
Packages that use UnboundedSolutionException
Package
Description
Optimization algorithms for linear constrained problems.
-
Uses of UnboundedSolutionException in org.apache.commons.math3.optim.linear
Methods in org.apache.commons.math3.optim.linear that throw UnboundedSolutionExceptionModifier and TypeMethodDescriptionprotected voidSimplexSolver.doIteration(org.apache.commons.math3.optim.linear.SimplexTableau tableau) Runs one iteration of the Simplex method on the given model.SimplexSolver.doOptimize()Performs the bulk of the optimization algorithm.protected voidSimplexSolver.solvePhase1(org.apache.commons.math3.optim.linear.SimplexTableau tableau) Solves Phase 1 of the Simplex method.