Go to the documentation of this file.
200 const double* collb,
const double* colub,
202 const double* rowlb,
const double* rowub,
203 bool makeRowCopy=
false);
228 void setColLower(
const double * array,
bool copyIn=
true);
231 void setColUpper(
const double * array,
bool copyIn=
true);
234 void setRowLower(
const double * array,
bool copyIn=
true);
237 void setRowUpper(
const double * array,
bool copyIn=
true);
266 void setColType(
const char *array,
bool copyIn=
true);
287 void setRowPrice(
const double * array,
bool copyIn=
true);
454 unsigned int colLower:1;
455 unsigned int colUpper:1;
456 unsigned int rowLower:1;
457 unsigned int rowUpper:1;
458 unsigned int rightHandSide:1;
459 unsigned int objCoefficients:1;
460 unsigned int colType:1;
461 unsigned int matrixByRow:1;
462 unsigned int matrixByCol:1;
463 unsigned int originalMatrixByRow:1;
464 unsigned int originalMatrixByCol:1;
465 unsigned int colSolution:1;
466 unsigned int rowPrice:1;
467 unsigned int reducedCost:1;
468 unsigned int rowActivity:1;
469 unsigned int doNotSeparateThis:1;