| DenseLPSolve Method |
Namespace: Imsl.Math
| Exception | Condition |
|---|---|
| BoundsInconsistentException | is thrown if the bounds are inconsistent. |
| NoAcceptablePivotException | is thrown if an acceptable pivot could not be found. |
| ProblemUnboundedException | is thrown if there is no finite solution to the problem. |
| MultipleSolutionsException | is thrown if the problem has multiple solutions producing essentially the same minimum. |
| SomeConstraintsDiscardedException | is thrown if some constraints are too linearly dependent on other active constraints. |
| AllConstraintsNotSatisfiedException | is thrown if some constraints are not satisfied. |
| CyclingOccurringException | is thrown if the algorithm appears to be cycling. |