TimeDomainStage Class Reference

The in-memory representation of the <stage> element. More...

#include <OSInstance.h>

Collaboration diagram for TimeDomainStage:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TimeDomainStage ()
 The Stage class constructor.
 ~TimeDomainStage ()
 The Stage class destructor.

Public Attributes

std::string name
 name corresponds to the optional attribute that holds the name of the stage; the default value is empty
int nvar
 nvar gives the number of variables associated with this stage
int ncon
 ncon gives the number of constraints associated with this stage
int nobj
 nobj gives the number of objectives associated with this stage
int * variables
 variables is a pointer to an array of variables associated with this stage
int * constraints
 constraints is a pointer to an array of constraints associated with this stage
int * objectives
 objectives is a pointer to an array of objectives associated with this stage

Detailed Description

The in-memory representation of the <stage> element.

Definition at line 442 of file OSInstance.h.


Constructor & Destructor Documentation

TimeDomainStage::TimeDomainStage (  ) 

The Stage class constructor.

TimeDomainStage::~TimeDomainStage (  ) 

The Stage class destructor.


Member Data Documentation

std::string TimeDomainStage::name

name corresponds to the optional attribute that holds the name of the stage; the default value is empty

Definition at line 454 of file OSInstance.h.

nvar gives the number of variables associated with this stage

Definition at line 458 of file OSInstance.h.

ncon gives the number of constraints associated with this stage

Definition at line 462 of file OSInstance.h.

nobj gives the number of objectives associated with this stage

Definition at line 466 of file OSInstance.h.

variables is a pointer to an array of variables associated with this stage

Definition at line 471 of file OSInstance.h.

constraints is a pointer to an array of constraints associated with this stage

Definition at line 476 of file OSInstance.h.

objectives is a pointer to an array of objectives associated with this stage

Definition at line 481 of file OSInstance.h.


The documentation for this class was generated from the following file:

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1