|
libSBML C API
libSBML 5.10.0 C API
|
Definition of Objective, the SBase derived class of the fbc package. More...
Enumerations | |
| enum | ObjectiveType_t { OBJECTIVE_TYPE_MAXIMIZE, OBJECTIVE_TYPE_MINIMIZE, OBJECTIVE_TYPE_UNKNOWN } |
| Enumeration of possible values for the 'type' attribute of an Objective. More... | |
| enum ObjectiveType_t |
Enumeration of possible values for the 'type' attribute of an Objective.
| Enumerator | |
|---|---|
| OBJECTIVE_TYPE_MAXIMIZE |
'maximize' |
| OBJECTIVE_TYPE_MINIMIZE |
'minimize' |
| OBJECTIVE_TYPE_UNKNOWN |
Unset or illegal value: anything other than 'maximize' or 'minimize'. |