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

Output file append option. More...

#include <gamsoptions.h>

Public Types

enum  EAppendOutEnum { Reset = 0 , Append = 1 , StdOut = 2 , StdErr = 3 }
 Output file append option. More...
 

Detailed Description

Output file append option.

Definition at line 86 of file gamsoptions.h.

Member Enumeration Documentation

◆ EAppendOutEnum

Output file append option.

Enumerator
Reset 

Reset listing file.

Append 

Append to listing file.

StdOut 

Redirect listing file to stdOut.

StdErr 

Redirect listing file to stdErr.

Definition at line 89 of file gamsoptions.h.