Constraint Class Reference

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

#include <OSInstance.h>

List of all members.

Public Member Functions

 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 159 of file OSInstance.h.


Constructor & Destructor Documentation

Constraint::Constraint (  ) 

The Constraint class constructor.

Definition at line 453 of file OSInstance.cpp.

Constraint::~Constraint (  ) 

The Constraint class destructor.

Definition at line 465 of file OSInstance.cpp.


Member Data Documentation

std::string Constraint::name

name is the name of the constraint

Definition at line 169 of file OSInstance.h.

Referenced by OSInstance::processConstraints(), and OSiLWriter::writeOSiL().

double Constraint::constant

constant is a value that is added to the constraint

Definition at line 172 of file OSInstance.h.

Referenced by OSInstance::processConstraints(), and OSiLWriter::writeOSiL().

double Constraint::lb

lb is the lower bound on the constraint

Definition at line 175 of file OSInstance.h.

Referenced by OSInstance::processConstraints(), and OSiLWriter::writeOSiL().

double Constraint::ub

ub is the upper bound on the constraint

Definition at line 178 of file OSInstance.h.

Referenced by OSInstance::processConstraints(), and OSiLWriter::writeOSiL().


The documentation for this class was generated from the following files:
Generated on Sat Mar 29 22:38:05 2008 by  doxygen 1.5.3