|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ConstraintI | Abstract interface to constraints. |
ProblemI | Defines a mathematical programming problem container. |
SizableProblemI | Abstract interface to sizable mathematical programming problems. |
VariableI | Abstract interface to decision variables. |
Class Summary | |
Constraint | Constraint implementation. |
Problem | Container that holds a mathematical programming problem and metadata. |
Variable | Decision variable implementation. |
Exception Summary | |
ConvergenceException | Algorithm didn't converge after the maximum iteration count. |
DuplicateException | Attempting to add an existing item. |
InfeasibleException | Problem is infeasible. |
InvalidException | Problem is invalid for this algorithm. |
MpException | Parent of all mathematical programming exceptions. |
NoSolutionException | Problem has not been solved. |
NotFoundException | Item doesn't exist. |
NumericalException | Encounters numerical instability. |
ScaleException | Non-zero coefficient is outside the allowable range. |
SyntaxException | Syntax error with line number. |
UnboundedException | Problem is unbounded. |
Error Summary | |
MpError | Parent of all mathematical programming errors. |
Basic mathematical programming classes.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |