Variables Class Reference

The in-memory representation of the variables element. More...

#include <OSInstance.h>

Collaboration diagram for Variables:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 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
 var a pointer to an array of var pointers

Detailed Description

The in-memory representation of the variables element.

Definition at line 91 of file OSInstance.h.


Constructor & Destructor Documentation

Variables::Variables (  ) 

The Variables class constructor.

Definition at line 308 of file OSInstance.cpp.

References numberOfVariables, and var.

Variables::~Variables (  ) 

The Variables class destructor.

Definition at line 316 of file OSInstance.cpp.

References numberOfVariables, and var.


Member Data Documentation

int Variables::numberOfVariables

numberOfVariables is the number of variables in the instance

Definition at line 101 of file OSInstance.h.

Referenced by OSInstance::calculateConstraintFunctionGradient(), OSInstance::calculateHessian(), OSInstance::getDenseObjectiveCoefficients(), OSInstance::getLagrangianExpTree(), OSInstance::getVariableNumber(), OSInstance::initializeNonLinearStructures(), OSInstance::processLinearConstraintCoefficients(), OSInstance::processVariables(), OSInstance::setVariableNumber(), Variables(), OSiLWriter::writeOSiL(), and ~Variables().

Variable** Variables::var

var a pointer to an array of var pointers

Definition at line 104 of file OSInstance.h.

Referenced by OSInstance::processVariables(), OSInstance::setVariableNumber(), Variables(), OSiLWriter::writeOSiL(), and ~Variables().


The documentation for this class was generated from the following files:
Generated on Thu May 15 22:15:43 2008 by  doxygen 1.4.7