Loading...
Searching...
No Matches

Model Solution Status. More...

Public Member Functions

integer value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

static ModelStat lookup (integer value)
 Find enum option from alternative value.
 

Public Attributes

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

Detailed Description

Model Solution Status.

Member Function Documentation

◆ lookup()

static ModelStat Matlab.GAMS.ModelStat.lookup ( integer  value)
static

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

integer Matlab.GAMS.ModelStat.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option