Constraints Class Reference

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

#include <OSInstance.h>

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.

Definition at line 471 of file OSInstance.cpp.

Constraints::~Constraints (  ) 

The Constraints class destructor.

Definition at line 480 of file OSInstance.cpp.

References con, and numberOfConstraints.


Member Data Documentation

int Constraints::numberOfConstraints

numberOfConstraints is the number of constraints in the instance

Definition at line 198 of file OSInstance.h.

Referenced by LindoSolver::buildSolverInstance(), OSInstance::getConstraintNumber(), OSInstance::getLagrangianExpTree(), OSInstance::initializeNonLinearStructures(), OSInstance::processConstraints(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setConstraintNumber(), OSiLWriter::writeOSiL(), and ~Constraints().

Constraint** Constraints::con

con is pointer to an array of Constraint object pointers

Definition at line 202 of file OSInstance.h.

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


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