#include <OSInstance.h>
Collaboration diagram for Constraints:
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 |
Definition at line 163 of file OSInstance.h.
Constraints::Constraints | ( | ) |
Constraints::~Constraints | ( | ) |
The Constraints class destructor.
Definition at line 426 of file OSInstance.cpp.
References con, and numberOfConstraints.
numberOfConstraints is the number of constraints in the instance
Definition at line 175 of file OSInstance.h.
Referenced by OSInstance::getConstraintNumber(), OSInstance::getLagrangianExpTree(), OSInstance::initializeNonLinearStructures(), OSInstance::processConstraints(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setConstraintNumber(), LindoSolver::solve(), and ~Constraints().
con is pointer to an array of Constraint object pointers
Definition at line 179 of file OSInstance.h.
Referenced by OSInstance::processConstraints(), OSInstance::setConstraintNumber(), and ~Constraints().