Loading...
Searching...
No Matches

Multiple solve management. More...

Public Member Functions

integer value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

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

Public Attributes

 Clear =(2)
 The solution information for all equations appearing in the model is completely replaced; in addition, variables appearing in the symbolic equations but removed by conditionals will be removed.
 
 Merge =(0)
 The solution information for all equations appearing in the model is completely replaced by the new model results; variables are only replaced if they appear in the final model.
 
 Replace =(1)
 The solution information for all equations and variables is merged into the existing solution information.
 
 UndefinedSolveOpt =(3)
 Undefined option.
 

Detailed Description

Multiple solve management.

See also
GAMSOptions

Member Function Documentation

◆ lookup()

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

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

integer Matlab.GAMS.SolveOpt.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option