Loading...
Searching...
No Matches

Solver termination condition. More...

Public Member Functions

integer value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

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

Public Attributes

 CAPABILITY =(6)
 Solver terminated because the model is beyond the solvers capabilities.
 
 EVAL_ERROR =(5)
 Solver quit with nonlinear term evaluation errors.
 
 INTERNAL_ERR =(11)
 Solver terminated with error.
 
 ITERATION =(2)
 Solver ran out of iterations.
 
 LICENSE =(7)
 Solver terminated with a license error.
 
 NORMAL =(1)
 Normal termination.
 
 RESOURCE =(3)
 Solver exceeded time limit.
 
 SETUP_ERR =(9)
 Solver terminated on setup error.
 
 SKIPPED =(12)
 Solve skipped.
 
 SOLVER =(4)
 Solver quit with a problem.
 
 SOLVER_ERR =(10)
 Solver terminated with error.
 
 SYSTEM_ERR =(13)
 Other error.
 
 UNDEFINED_STAT =(14)
 Undefined status.
 
 USER =(8)
 Solver terminated on users request (e.g. Ctrl-C)
 

Detailed Description

Solver termination condition.

Member Function Documentation

◆ lookup()

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

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

integer Matlab.GAMS.SolveStat.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option