Uses of Class
org.apache.commons.math4.legacy.optim.linear.NoFeasibleSolutionException
- 
Packages that use NoFeasibleSolutionException Package Description org.apache.commons.math4.legacy.optim.linear Optimization algorithms for linear constrained problems.
- 
- 
Uses of NoFeasibleSolutionException in org.apache.commons.math4.legacy.optim.linearMethods in org.apache.commons.math4.legacy.optim.linear that throw NoFeasibleSolutionException Modifier and Type Method Description PointValuePairSimplexSolver. doOptimize()Performs the bulk of the optimization algorithm.protected voidSimplexSolver. solvePhase1(org.apache.commons.math4.legacy.optim.linear.SimplexTableau tableau)Solves Phase 1 of the Simplex method.
 
-