libSBML C API  libSBML 5.10.0 C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Objective.h File Reference

Definition of Objective, the SBase derived class of the fbc package. More...

Include dependency graph for Objective.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definition of Objective, the SBase derived class of the fbc package.

Author
Frank T. Bergmann

Enumeration Type Documentation

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'.