#include <OSInstance.h>
Collaboration diagram for Constraints:
Public Member Functions | |
Constraints () | |
The Constraints class constructor. | |
~Constraints () | |
The Constraints class destructor. | |
bool | IsEqual (Constraints *that) |
A function to check for the equality of two objects. | |
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 | |
Constraint ** | con |
con is pointer to an array of Constraint object pointers |
Definition at line 285 of file OSInstance.h.
Constraints::Constraints | ( | ) |
Constraints::~Constraints | ( | ) |
The Constraints class destructor.
Definition at line 598 of file OSInstance.cpp.
References con, and numberOfConstraints.
Constraints::Constraints | ( | ) |
The Constraints class constructor.
Constraints::~Constraints | ( | ) |
The Constraints class destructor.
bool Constraints::IsEqual | ( | Constraints * | that | ) |
A function to check for the equality of two objects.
Definition at line 5855 of file OSInstance.cpp.
References con, and numberOfConstraints.
numberOfConstraints is the number of constraints in the instance
Definition at line 298 of file OSInstance.h.
Referenced by LindoSolver::buildSolverInstance(), OSInstance::calculateConstraintFunctionGradient(), OSInstance::calculateHessian(), OSInstance::getConstraintNumber(), OSInstance::getLagrangianExpTree(), OSInstance::initializeNonLinearStructures(), IsEqual(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setConstraintNumber(), and ~Constraints().
con is pointer to an array of Constraint object pointers
Definition at line 302 of file OSInstance.h.
Referenced by IsEqual(), OSInstance::processConstraints(), OSInstance::setConstraintNumber(), and ~Constraints().
con is pointer to an array of Constraint object pointers
Definition at line 202 of file OSInstance.h.