43 fileNamePresent(false),
45 fileCreatorPresent(false),
46 licencePresent(false),
49 ignoreDataAfterErrors(false),
50 suppressFurtherErrorMessages(false),
52 matrixWithMatrixVarIdx(NULL),
53 matrixWithMatrixObjIdx(NULL),
54 matrixWithMatrixConIdx(NULL),
55 matrixVarIndexes(NULL),
56 matrixObjIndexes(NULL),
57 matrixConIndexes(NULL),
62 numberOfBlocksPresent(false),
63 numberOfColumnsPresent(false),
64 numberOfConPresent(false),
65 numberOfConIdxPresent(false),
66 numberOfConstraintsPresent(false),
67 numberOfElPresent(false),
68 numberOfEnumerationsPresent(false),
69 numberOfItemsPresent(false),
70 numberOfMatricesPresent(false),
71 numberOfMatrixConPresent(false),
72 numberOfMatrixObjPresent(false),
73 numberOfMatrixVarPresent(false),
74 numberOfObjPresent(false),
75 numberOfObjIdxPresent(false),
76 numberOfObjectivesPresent(false),
77 numberOfRowsPresent(false),
78 numberOfValuesPresent(false),
79 numberOfVarPresent(false),
80 numberOfVarIdxPresent(false),
81 numberOfVariablesPresent(false),
83 base64SizePresent(false),
84 baseMatrixIdxPresent(false),
85 baseMatrixStartRowPresent(false),
86 baseMatrixStartColPresent(false),
87 baseMatrixEndRowPresent(false),
88 baseMatrixEndColPresent(false),
89 blockRowIdxPresent(false),
90 blockColIdxPresent(false),
92 constantPresent(false),
95 matrixConIdxPresent(false),
96 matrixObjIdxPresent(false),
97 matrixVarIdxPresent(false),
99 scalarMultiplierPresent(false),
100 targetMatrixFirstRowPresent(false),
101 targetMatrixFirstColPresent(false),
107 numberOfConstraints(-1),
109 numberOfEnumerations(-1),
111 numberOfMatrices(-1),
112 numberOfMatrixCon(-1),
113 numberOfMatrixObj(1),
114 numberOfMatrixVar(-1),
117 numberOfObjectives(-1),
122 numberOfVariables(-1),
126 baseMatrixStartRow(0),
127 baseMatrixStartCol(0),
128 baseMatrixEndRow(-1),
129 baseMatrixEndCol(-1),
140 scalarMultiplier(1.),
141 targetMatrixFirstRow(0),
142 targetMatrixFirstCol(0),
144 baseTransposePresent(false),
145 categoryPresent(false),
146 conTypePresent(false),
147 descriptionPresent(false),
148 enumTypePresent(false),
149 matrixConTypePresent(false),
150 matrixNamePresent(false),
151 matrixObjTypePresent(false),
152 matrixTypePresent(false),
153 matrixVarTypePresent(false),
155 objTypePresent(false),
156 rowMajorPresent(false),
158 solverPresent(false),
159 symmetryPresent(false),
163 valueTypePresent(false),
164 varTypePresent(false),
int * osglIntArray
data structure to process an IntVector and hold the data temporarily
OSgLParserData()
the OSgLParserData class constructor
static Bigint * mult(Bigint *a, Bigint *b)