gams.workspace.ModelStat Class Reference
Model Solution Status. More...
Static Public Attributes | |
int | OptimalGlobal = 1 |
Optimal solution achieved. | |
int | OptimalLocal = 2 |
Local optimal solution achieved. | |
int | Unbounded = 3 |
Unbounded model found. | |
int | InfeasibleGlobal = 4 |
Infeasible model found. | |
int | InfeasibleLocal = 5 |
Locally infeasible model found. | |
int | InfeasibleIntermed = 6 |
Solver terminated early and model was still infeasible. | |
int | Feasible = 7 |
Solver terminated early and model was feasible but not yet optimal. | |
int | Integer = 8 |
Integer solution found. | |
int | NonIntegerIntermed = 9 |
Solver terminated early with a non integer solution found. | |
int | IntegerInfeasible = 10 |
No feasible integer solution could be found. | |
int | LicenseError = 11 |
Licensing problem. | |
int | ErrorUnknown = 12 |
Error - No cause known. | |
int | ErrorNoSolution = 13 |
Error - No solution attained. | |
int | NoSolutionReturned = 14 |
No solution returned. | |
int | SolvedUnique = 15 |
Unique solution in a CNS models. | |
int | Solved = 16 |
Feasible solution in a CNS models. | |
int | SolvedSingular = 17 |
Singular in a CNS models. | |
int | UnboundedNoSolution = 18 |
Unbounded - no solution. | |
int | InfeasibleNoSolution = 19 |
Infeasible - no solution. | |
Detailed Description
Model Solution Status.