|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
| LinearProgrammingI | The interface used by all algorithms to access linear programming models. |
| Class Summary | |
| DenseLPBase | The interface used by all algorithms to access linear programming models. |
| DenseSimplex | An implementation of the simplex algorithm that is optimized for dense coefficients. |
| Exception Summary | |
| ConvergenceException | Thrown if an algorithm doesn't converge to a solution after the maximum iterations. |
| LPException | The base class for all exceptions in the 'lp' package. |
| NoSolutionException | This exception is thrown if no basic feasible solution can be found for the model. |
| ScaleException | This exception is thrown if any nonzero coefficient is outside the allowable range of the algorithm. |
| UnboundedException | Thrown if the constraints allow the objective to grow to infinity. |
| Error Summary | |
| LPError | The base class for all errors in the 'lp' package. |
Dense simplex algorithm (depreciated).
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||