Go to the documentation of this file.
202 const double* collb,
const double* colub,
204 const double* rowlb,
const double* rowub,
205 bool makeRowCopy=
false);
230 void setColLower(
const double * array,
bool copyIn=
true);
233 void setColUpper(
const double * array,
bool copyIn=
true);
236 void setRowLower(
const double * array,
bool copyIn=
true);
239 void setRowUpper(
const double * array,
bool copyIn=
true);
268 void setColType(
const char *array,
bool copyIn=
true);
289 void setRowPrice(
const double * array,
bool copyIn=
true);
456 unsigned int colLower:1;
457 unsigned int colUpper:1;
458 unsigned int rowLower:1;
459 unsigned int rowUpper:1;
460 unsigned int rightHandSide:1;
461 unsigned int objCoefficients:1;
462 unsigned int colType:1;
463 unsigned int matrixByRow:1;
464 unsigned int matrixByCol:1;
465 unsigned int originalMatrixByRow:1;
466 unsigned int originalMatrixByCol:1;
467 unsigned int colSolution:1;
468 unsigned int rowPrice:1;
469 unsigned int reducedCost:1;
470 unsigned int rowActivity:1;
471 unsigned int doNotSeparateThis:1;