Constraint Class Reference

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

#include <OSInstance.h>

Collaboration diagram for Constraint:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Constraint ()
 The Constraint class constructor.
 ~Constraint ()
 The Constraint class destructor.
bool IsEqual (Constraint *that)
 A function to check for the equality of two objects.
 Constraint ()
 The Constraint class constructor.
 ~Constraint ()
 The Constraint class destructor.

Public Attributes

std::string name
 name is the name of the constraint
double constant
 constant is a value that is added to the constraint
double lb
 lb is the lower bound on the constraint
double ub
 ub is the upper bound on the constraint

Detailed Description

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

Definition at line 222 of file OSInstance.h.


Constructor & Destructor Documentation

Constraint::Constraint (  ) 

The Constraint class constructor.

Definition at line 563 of file OSInstance.cpp.

Constraint::~Constraint (  ) 

The Constraint class destructor.

Definition at line 575 of file OSInstance.cpp.

Constraint::Constraint (  ) 

The Constraint class constructor.

Constraint::~Constraint (  ) 

The Constraint class destructor.


Member Function Documentation

bool Constraint::IsEqual ( Constraint that  ) 

A function to check for the equality of two objects.

Definition at line 6063 of file OSInstance.cpp.


Member Data Documentation

std::string Constraint::name

name is the name of the constraint

Definition at line 233 of file OSInstance.h.

constant is a value that is added to the constraint

Definition at line 236 of file OSInstance.h.

lb is the lower bound on the constraint

Definition at line 239 of file OSInstance.h.

ub is the upper bound on the constraint

Definition at line 242 of file OSInstance.h.


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

Generated on 22 May 2012 by  doxygen 1.6.1