libSBML C++ API  5.18.0
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:

Classes

class  ListOfObjectives
 fbc A list of Objective objects. More...
 
class  Objective
 fbc An objective function. 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 object. 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 object.

Enumerator
OBJECTIVE_TYPE_MAXIMIZE 

Signifies the objective is to maximize.

OBJECTIVE_TYPE_MINIMIZE 

Signifies the objective is to minimize.

OBJECTIVE_TYPE_UNKNOWN 

Unset or illegal value: anything other than 'maximize' or 'minimize'.