Go to the documentation of this file.
4 #ifndef ClpDynamicExampleMatrix_H
5 #define ClpDynamicExampleMatrix_H
8 #include "CoinPragma.hpp"
38 int & bestSequence,
int & numberWanted);
48 virtual void packDown(
const int * in,
int numberToPack);
65 const double * lower,
const double * upper,
69 const unsigned char * status = NULL,
71 int numberIds = 0,
const int *ids = NULL);
74 int numberColumns,
int * starts,
75 const double * lower,
const double * upper,
76 int * startColumn,
int * row,
77 double * element,
double * cost,
79 const unsigned char * status = NULL,
81 int numberIds = 0,
const int *ids = NULL);
135 st_byte =
static_cast<unsigned char>(st_byte & ~7);
136 st_byte =
static_cast<unsigned char>(st_byte | status);