#include <OSInstance.h>
Collaboration diagram for NonlinearExpressions:
Public Member Functions | |
NonlinearExpressions () | |
The NonlinearExpressions class constructor. | |
~NonlinearExpressions () | |
The NonlinearExpressions class destructor. | |
bool | IsEqual (NonlinearExpressions *that) |
A function to check for the equality of two objects. | |
NonlinearExpressions () | |
The NonlinearExpressions class constructor. | |
~NonlinearExpressions () | |
The NonlinearExpressions class destructor. | |
Public Attributes | |
int | numberOfNonlinearExpressions |
numberOfNonlinearExpression is the number of <nl> elements in the <nonlinearExpressions> element. | |
Nl ** | nl |
nl is pointer to an array of Nl object pointers | |
Nl ** | nl |
nl is pointer to an array of Nl object pointers |
Definition at line 471 of file OSInstance.h.
NonlinearExpressions::NonlinearExpressions | ( | ) |
NonlinearExpressions::~NonlinearExpressions | ( | ) |
The NonlinearExpressions class destructor.
Definition at line 672 of file OSInstance.cpp.
References DEBUG, nl, and numberOfNonlinearExpressions.
NonlinearExpressions::NonlinearExpressions | ( | ) |
The NonlinearExpressions class constructor.
NonlinearExpressions::~NonlinearExpressions | ( | ) |
The NonlinearExpressions class destructor.
bool NonlinearExpressions::IsEqual | ( | NonlinearExpressions * | that | ) |
A function to check for the equality of two objects.
Definition at line 5347 of file OSInstance.cpp.
References nl, and numberOfNonlinearExpressions.
numberOfNonlinearExpression is the number of <nl> elements in the <nonlinearExpressions> element.
Definition at line 484 of file OSInstance.h.
Referenced by OSgams2osil::createOSInstance(), OSInstance::getAllNonlinearExpressionTrees(), OSInstance::getNumberOfNonlinearExpressions(), IsEqual(), main(), OSInstance::setQuadraticTermsInNonlinearExpressions(), and ~NonlinearExpressions().
nl is pointer to an array of Nl object pointers
Definition at line 488 of file OSInstance.h.
Referenced by OSgams2osil::createOSInstance(), OSInstance::getAllNonlinearExpressionTrees(), IsEqual(), main(), OSInstance::setQuadraticTermsInNonlinearExpressions(), and ~NonlinearExpressions().