LPDimensionNotMatched |
This is the exception thrown when the dimensions of the objective function and constraints of a linear programming problem are inconsistent.
|
LPEmptyCostVector |
This is the exception thrown when there is no objective function in a linear programming problem.
|
LPException |
This is the exception thrown when there is any problem when solving a linear programming problem.
|
LPInfeasible |
This is the exception thrown when the LP problem is infeasible, i.e., no solution.
|
LPNoConstraint |
This is the exception thrown when there is no linear constraint found for the LP problem.
|
LPRuntimeException |
This is the exception thrown when there is any problem when constructing a linear programming problem.
|
LPUnbounded |
This is the exception thrown when the LP problem is unbounded.
|