#include <gams.h>
Public Member Functions | |
| gamsNLData () | |
| ~gamsNLData () | |
Public Attributes | |
| unsigned int * | instr |
| Stripped NL Instruction data. | |
| double * | nlCons |
| int * | startIdx |
| int * | numInstr |
| int | lenins |
| Sum of Instruction lengths. | |
| int | maxins |
| Max instruction length. | |
| double * | s |
| Used for function evaluation. | |
| double * | sbar |
| double * | resstack |
| int | resstacksize |
| int * | jacNX |
| int * | jacVR |
| double * | jacVL |
| int * | hesLagCL |
| int * | hesLagRW |
| int * | hesLagNX |
| double * | hesLagVL |
| int | jacOneLenMax |
| int | hesLagHeadPtr |
| int | hesOneLenMax |
| int | hesLagLenMax |
| int | domain_violations |
| Number of domain violations so far. | |
Definition at line 106 of file gams.h.
| gamsNLData::~gamsNLData | ( | ) | [inline] |
| unsigned int* gamsNLData::instr |
| double* gamsNLData::nlCons |
| int* gamsNLData::startIdx |
| int* gamsNLData::numInstr |
| double* gamsNLData::s |
| double* gamsNLData::sbar |
| double* gamsNLData::resstack |
| int* gamsNLData::jacNX |
| int* gamsNLData::jacVR |
| double* gamsNLData::jacVL |
| int* gamsNLData::hesLagCL |
| int* gamsNLData::hesLagRW |
| int* gamsNLData::hesLagNX |
| double* gamsNLData::hesLagVL |
1.4.7