libSBML Perl API
libSBML 5.10.0 Perl API
|
Definition of Objective, the SBase derived class of the fbc package. More...
Classes | |
class | ListOfObjectives |
{fbc} Implementation of the ListOfObjectives construct from the 'fbc' package. More... | |
class | Objective |
{fbc} Implementation of the 'fbc' package Objective construct. 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'. |