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

Model Instance Mode. More...

#include <gamsoptions.h>

Public Types

enum  EMIIModeEnum { Off = 0 , SingleMI = 1 , MultiMI = 2 }
 Model Instance Mode. More...
 

Detailed Description

Model Instance Mode.

Definition at line 427 of file gamsoptions.h.

Member Enumeration Documentation

◆ EMIIModeEnum

Model Instance Mode.

Enumerator
Off 

Default behavior.

SingleMI 

Setup to inspect a single model instance.

MultiMI 

Setup to inspect multiple model instances from one model.

Definition at line 430 of file gamsoptions.h.