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

Trace file format option. More...

#include <gamsoptions.h>

Public Types

enum  ETraceOptEnum {
  SolverAndGAMSStepTraceWOHeaders = 0 , SolverAndGAMSStepTrace = 1 , SolverStepTraceOnly = 2 , TraceFileFormatGAMSPerformanceWorld = 3 ,
  TraceFileFormatSupportingNLPEC = 4 , TraceFileWithAllAvailableTraceFields = 5
}
 Trace file format option. More...
 

Detailed Description

Trace file format option.

Definition at line 697 of file gamsoptions.h.

Member Enumeration Documentation

◆ ETraceOptEnum

Trace file format option.

Enumerator
SolverAndGAMSStepTraceWOHeaders 

Solver and GAMS step trace.

SolverAndGAMSStepTrace 

Solver and GAMS exit trace.

SolverStepTraceOnly 

Solver trace only.

TraceFileFormatGAMSPerformanceWorld 

Solver trace only in format used for GAMS performance world.

TraceFileFormatSupportingNLPEC 

Trace file format supporting NLPEC.

TraceFileWithAllAvailableTraceFields 

Gams exit trace with all available trace fields.

Definition at line 700 of file gamsoptions.h.