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

Free external resources at the end of each embedded Python code blocks. More...

#include <gamsoptions.h>

Public Types

enum  EFreeEmbeddedPythonEnum { Off = 0 , On = 1 }
 Free external resources at the end of each embedded Python code blocks. More...
 

Detailed Description

Free external resources at the end of each embedded Python code blocks.

Definition at line 292 of file gamsoptions.h.

Member Enumeration Documentation

◆ EFreeEmbeddedPythonEnum

Free external resources at the end of each embedded Python code blocks.

Enumerator
Off 

Keep resources to reuse them potentially.

On 

Free resources.

Definition at line 295 of file gamsoptions.h.