#include <OSInstance.h>
Collaboration diagram for Variables:
Public Member Functions | |
Variables () | |
The Variables class constructor. | |
~Variables () | |
The Variables class destructor. | |
bool | IsEqual (Variables *that) |
A function to check for the equality of two objects. | |
Variables () | |
The Variables class constructor. | |
~Variables () | |
The Variables class destructor. | |
Public Attributes | |
int | numberOfVariables |
numberOfVariables is the number of variables in the instance | |
Variable ** | var |
Here we define a pointer to an array of var pointers. | |
Variable ** | var |
Here we define a pointer to an array of var pointers. |
Definition at line 116 of file OSInstance.h.
Variables::Variables | ( | ) |
The Variables class constructor.
Definition at line 427 of file OSInstance.cpp.
References numberOfVariables, and var.
Variables::~Variables | ( | ) |
The Variables class destructor.
Definition at line 435 of file OSInstance.cpp.
References DEBUG, numberOfVariables, and var.
Variables::Variables | ( | ) |
The Variables class constructor.
Variables::~Variables | ( | ) |
The Variables class destructor.
bool Variables::IsEqual | ( | Variables * | that | ) |
A function to check for the equality of two objects.
Definition at line 4953 of file OSInstance.cpp.
References numberOfVariables, and var.
numberOfVariables is the number of variables in the instance
Definition at line 126 of file OSInstance.h.
Referenced by OSInstance::getLagrangianExpTree(), OSInstance::getVariableNumber(), OSInstance::initializeNonLinearStructures(), IsEqual(), OSInstance::processLinearConstraintCoefficients(), OSInstance::setVariableNumber(), Variables(), OSiLWriter::writeOSiL(), and ~Variables().
Here we define a pointer to an array of var pointers.
Definition at line 129 of file OSInstance.h.
Referenced by IpoptProblem::get_starting_point(), BonminProblem::get_starting_point(), IsEqual(), main(), OSInstance::processVariables(), CoinSolver::setSolverOptions(), OSInstance::setVariableNumber(), Variables(), OSiLWriter::writeOSiL(), and ~Variables().