Loading...
Searching...
No Matches
matlab.gams.control.globals.ModelStat Class Reference

Model Solution Status. More...

Public Attributes

string select
 Selection of enum options.
 
integer value
 Value of enum options.
 

Static Public Attributes

static final ERROR_NO_SOLUTION = 13
 Error No solution attained.
 
static final ERROR_UNKNOWN = 12
 Error No cause known.
 
static final FEASIBLE = 7
 Feasible solution found.
 
static final INFEASIBLE_GLOBAL = 4
 Infeasible model found.
 
static final INFEASIBLE_INTERMED = 6
 Solver terminated early and model was still infeasible.
 
static final INFEASIBLE_LOCAL = 5
 Locally infeasible model found.
 
static final INFEASIBLE_NO_SOLUTION = 19
 Infeasible no solution.
 
static final INTEGER = 8
 Integer solution found.
 
static final INTEGER_INFEASIBLE = 10
 No feasible integer solution could be found.
 
static final LICENSE_ERROR = 11
 Licensing problem.
 
static final NO_SOLUTION_RETURNED = 14
 No solution returned.
 
static final NON_INTEGER_INTERMED = 9
 Solver terminated early with a non integer solution found.
 
static final OPTIMAL_GLOBAL = 1
 Optimal solution found.
 
static final OPTIMAL_LOCAL = 2
 Local optimal solution found.
 
static final SOLVED = 16
 Feasible solution in a CNS models.
 
static final SOLVED_SINGULAR = 17
 Singular in a CNS models.
 
static final SOLVED_UNIQUE = 15
 Unique solution in a CNS models.
 
static final UNBOUNDED = 3
 Unbounded model found.
 
static final UNBOUNDED_NO_SOLUTION = 18
 Unbounded no solution.
 
static final UNDEFINED_STAT = 20
 Undefined status.
 

Detailed Description

Model Solution Status.