158 void addRow(
int numberInRow,
const int * columns,
162 void addColumn(
int numberInColumn,
const int * rows,
163 const double * elements,
166 const char * name=NULL,
bool isInteger=
false);
168 inline void addCol(
int numberInColumn,
const int * rows,
169 const double * elements,
172 const char * name=NULL,
bool isInteger=
false)
185 int getRow(
int whichRow,
int *
column,
double * element);
198 void setElement(
int i,
int j,
const char * value) ;
404 int writeMps(
const char *filename,
int compression = 0,
405 int formatType = 0,
int numberAcross = 2,
bool keepStrings=
false) ;
462 double *
pointer (
int i,
int j)
const;
522 inline const char *
rowName(
int whichRow)
const
644 {
return -1.23456787654321e-97;}
647 const double * associated);
654 const double * associated);
659 const double * associated);
663 double * &
objective,
int * & integerType,
664 double * & associated);
749 const double* collb,
const double* colub,
751 const double* rowlb,
const double* rowub) ;
769 const double* collb,
const double* colub,
771 const char* rowsen,
const double* rowrhs,
772 const double* rowrng) ;
786 void loadBlock (
const int numcols,
const int numrows,
789 const double* collb,
const double* colub,
791 const double* rowlb,
const double* rowub) ;
805 void loadBlock (
const int numcols,
const int numrows,
808 const double* collb,
const double* colub,
810 const char* rowsen,
const double* rowrhs,
811 const double* rowrng) ;
820 CoinModel(
int firstRows,
int firstColumns,
int firstElements,
bool noNames=
false);
823 CoinModel(
const char *fileName,
int allowStrings=0);
827 CoinModel(
int nonLinear,
const char * fileName,
const void * info);
856 void resize(
int maximumRows,
int maximumColumns,
int maximumElements);
858 void fillRows(
int which,
bool forceCreation,
bool fromAddRow=
false);
860 void fillColumns(
int which,
bool forceCreation,
bool fromAddColumn=
false);
885 int & numberBad)
const;
904 int * buildRow,
double * buildElement,
int reConstruct=-1)
const;
919 void gdb(
int nonLinear,
const char * fileName,
const void * info);
921 int decodeBit(
char * phrase,
char * & nextPhrase,
double & coefficient,
bool ifFirst)
const;