Constraints Class Reference

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

#include <OSInstance.h>

Collaboration diagram for Constraints:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Constraints ()
 The Constraints class constructor.
 ~Constraints ()
 The Constraints class destructor.

Public Attributes

int numberOfConstraints
 numberOfConstraints is the number of constraints in the instance
Constraint ** con
 con is pointer to an array of Constraint object pointers

Detailed Description

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

Definition at line 186 of file OSInstance.h.


Constructor & Destructor Documentation

Constraints::Constraints (  ) 

The Constraints class constructor.

Constraints::~Constraints (  ) 

The Constraints class destructor.


Member Data Documentation

numberOfConstraints is the number of constraints in the instance

Definition at line 198 of file OSInstance.h.

con is pointer to an array of Constraint object pointers

Definition at line 202 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