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

Request marginals from the solver. More...

#include <gamsoptions.h>

Public Types

enum  ERequestMarginalsEnum { MarginalsSolverChoice = -1 , MarginalsNotRequested = 0 , MarginalsRequestedButOptional = 1 , MarginalsDemanded = 2 }
 Request marginals from the solver. More...
 

Detailed Description

Request marginals from the solver.

Definition at line 555 of file gamsoptions.h.

Member Enumeration Documentation

◆ ERequestMarginalsEnum

Request marginals from the solver.

Enumerator
MarginalsSolverChoice 

Solver link chooses automatically.

MarginalsNotRequested 

Marginals are not requested, but they may still be returned.

MarginalsRequestedButOptional 

Marginals are requested, but it is OK if they are not available.

MarginalsDemanded 

Marginals are demanded: report problem if they are not available.

Definition at line 558 of file gamsoptions.h.