Loading...
Searching...
No Matches
gams::GAMSOptions::ESolveOpt Struct Reference

Multiple solve management. More...

#include <gamsoptions.h>

Public Types

enum  ESolveOptEnum { Merge = 0 , Replace = 1 , Clear = 2 }
 Multiple solve management. More...
 

Detailed Description

Multiple solve management.

Definition at line 584 of file gamsoptions.h.

Member Enumeration Documentation

◆ ESolveOptEnum

Multiple solve management.

Enumerator
Merge 

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 

The solution information for all equations and variables is merged into the existing solution information.

Clear 

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.

Definition at line 587 of file gamsoptions.h.