OS  2.9.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
Nl Class Reference

The in-memory representation of the <nl> element. More...

#include <OSInstance.h>

+ Collaboration diagram for Nl:

Public Member Functions

 Nl ()
 default constructor. More...
 
 ~Nl ()
 default destructor. More...
 
bool IsEqual (Nl *that)
 A function to check for the equality of two objects. More...
 

Public Attributes

int idx
 idx holds the row index of the nonlinear expression More...
 
ENUM_NL_EXPR_SHAPE shape
 shape holds the shape of the nonlinear expression (linear/quadratic/convex/general) (see further up in this file). More...
 
bool m_bDeleteExpressionTree
 m_bDeleteExpressionTree is true, if in garbage collection, we should delete the osExpression tree object, if the OSInstance class created a map of the expression trees this should be false since the osExpressionTree is deleted by the OSInstance object More...
 
ScalarExpressionTreeosExpressionTree
 osExpressionTree contains the root of the ScalarExpressionTree More...
 

Detailed Description

The in-memory representation of the <nl> element.

Definition at line 412 of file OSInstance.h.

Constructor & Destructor Documentation

Nl::Nl ( )

default constructor.

Nl::~Nl ( )

default destructor.

Member Function Documentation

bool Nl::IsEqual ( Nl that)

A function to check for the equality of two objects.

Member Data Documentation

int Nl::idx

idx holds the row index of the nonlinear expression

Definition at line 416 of file OSInstance.h.

ENUM_NL_EXPR_SHAPE Nl::shape

shape holds the shape of the nonlinear expression (linear/quadratic/convex/general) (see further up in this file).

this might be useful in guiding solver selection.

Definition at line 422 of file OSInstance.h.

bool Nl::m_bDeleteExpressionTree

m_bDeleteExpressionTree is true, if in garbage collection, we should delete the osExpression tree object, if the OSInstance class created a map of the expression trees this should be false since the osExpressionTree is deleted by the OSInstance object

Definition at line 429 of file OSInstance.h.

ScalarExpressionTree* Nl::osExpressionTree

osExpressionTree contains the root of the ScalarExpressionTree

Definition at line 432 of file OSInstance.h.


The documentation for this class was generated from the following file: