This is the complete list of members for CoinLpIO, including all inherited members.
are_invalid_names(char const *const *vnames, const int card_vnames, const bool check_ranged) const | CoinLpIO | |
card_previous_names_ | CoinLpIO | protected |
checkColNames() | CoinLpIO | protected |
checkRowNames() | CoinLpIO | protected |
CoinLpIO() | CoinLpIO | |
CoinLpIO(const CoinLpIO &) | CoinLpIO | |
CoinLpIOUnitTest(const std::string &lpDir) | CoinLpIO | friend |
collower_ | CoinLpIO | protected |
columnIndex(const char *name) const | CoinLpIO | |
columnName(int index) const | CoinLpIO | |
colupper_ | CoinLpIO | protected |
convertBoundToSense(const double lower, const double upper, char &sense, double &right, double &range) const | CoinLpIO | inline |
decimals_ | CoinLpIO | protected |
defaultHandler_ | CoinLpIO | protected |
epsilon_ | CoinLpIO | protected |
fileName_ | CoinLpIO | protected |
find_obj(FILE *fp) const | CoinLpIO | protected |
findHash(const char *name, int section) const | CoinLpIO | protected |
first_is_number(const char *buff) const | CoinLpIO | protected |
freeAll() | CoinLpIO | |
freePreviousNames(const int section) | CoinLpIO | |
getColLower() const | CoinLpIO | |
getColNames() const | CoinLpIO | |
getColUpper() const | CoinLpIO | |
getDecimals() const | CoinLpIO | |
getEpsilon() const | CoinLpIO | |
getInfinity() const | CoinLpIO | |
getMatrixByCol() const | CoinLpIO | |
getMatrixByRow() const | CoinLpIO | |
getNumberAcross() const | CoinLpIO | |
getNumCols() const | CoinLpIO | |
getNumElements() const | CoinLpIO | |
getNumObjectives() const | CoinLpIO | |
getNumRows() const | CoinLpIO | |
getObjCoefficients() const | CoinLpIO | |
getObjCoefficients(int j) const | CoinLpIO | |
getObjName() const | CoinLpIO | |
getObjName(int j) const | CoinLpIO | |
getPreviousColNames(char const *const *prev, int *card_prev) const | CoinLpIO | |
getPreviousRowNames(char const *const *prev, int *card_prev) const | CoinLpIO | |
getProblemName() const | CoinLpIO | |
getRightHandSide() const | CoinLpIO | |
getRowLower() const | CoinLpIO | |
getRowNames() const | CoinLpIO | |
getRowRange() const | CoinLpIO | |
getRowSense() const | CoinLpIO | |
getRowUpper() const | CoinLpIO | |
gutsOfCopy(const CoinLpIO &) | CoinLpIO | |
gutsOfDestructor() | CoinLpIO | |
handler_ | CoinLpIO | protected |
hash_ | CoinLpIO | mutableprotected |
infinity_ | CoinLpIO | protected |
insertHash(const char *thisName, int section) | CoinLpIO | protected |
integerColumns() const | CoinLpIO | |
integerType_ | CoinLpIO | protected |
is_comment(const char *buff) const | CoinLpIO | protected |
is_free(const char *buff) const | CoinLpIO | protected |
is_inf(const char *buff) const | CoinLpIO | protected |
is_invalid_name(const char *buff, const bool ranged) const | CoinLpIO | |
is_keyword(const char *buff) const | CoinLpIO | protected |
is_sense(const char *buff) const | CoinLpIO | protected |
is_subject_to(const char *buff) const | CoinLpIO | protected |
isInteger(int columnNumber) const | CoinLpIO | |
loadSOS(int numberSets, const CoinSet *sets) | CoinLpIO | |
loadSOS(int numberSets, const CoinSet **sets) | CoinLpIO | |
matrixByColumn_ | CoinLpIO | mutableprotected |
matrixByRow_ | CoinLpIO | protected |
maxHash_ | CoinLpIO | protected |
messageHandler() const | CoinLpIO | inline |
messages() | CoinLpIO | inline |
messages_ | CoinLpIO | protected |
messagesPointer() | CoinLpIO | inline |
names_ | CoinLpIO | protected |
newLanguage(CoinMessages::Language language) | CoinLpIO | |
num_objectives_ | CoinLpIO | protected |
numberAcross_ | CoinLpIO | protected |
numberColumns_ | CoinLpIO | protected |
numberElements_ | CoinLpIO | protected |
numberHash_ | CoinLpIO | protected |
numberRows_ | CoinLpIO | protected |
numberSets() const | CoinLpIO | inline |
numberSets_ | CoinLpIO | protected |
objective_ | CoinLpIO | protected |
objectiveOffset() const | CoinLpIO | |
objectiveOffset(int j) const | CoinLpIO | |
objectiveOffset_ | CoinLpIO | protected |
objName_ | CoinLpIO | protected |
operator=(const CoinLpIO &rhs) | CoinLpIO | |
out_coeff(FILE *fp, double v, int print_1) const | CoinLpIO | protected |
passInMessageHandler(CoinMessageHandler *handler) | CoinLpIO | |
previous_names_ | CoinLpIO | protected |
print() const | CoinLpIO | |
problemName_ | CoinLpIO | protected |
read_monom_obj(FILE *fp, double *coeff, char **name, int *cnt, char **obj_name, int *num_objectives, int *obj_starts) | CoinLpIO | protected |
read_monom_row(FILE *fp, char *start_str, double *coeff, char **name, int cnt_coeff) const | CoinLpIO | protected |
read_row(FILE *fp, char *buff, double **pcoeff, char ***pcolNames, int *cnt_coeff, int *maxcoeff, double *rhs, double *rowlow, double *rowup, int *cnt_row, double inf) const | CoinLpIO | protected |
readLp(const char *filename, const double epsilon) | CoinLpIO | |
readLp(const char *filename) | CoinLpIO | |
readLp(FILE *fp, const double epsilon) | CoinLpIO | |
readLp(FILE *fp) | CoinLpIO | |
realloc_coeff(double **coeff, char ***colNames, int *maxcoeff) const | CoinLpIO | protected |
realloc_col(double **collow, double **colup, char **is_int, int *maxcol) const | CoinLpIO | protected |
realloc_row(char ***rowNames, int **start, double **rhs, double **rowlow, double **rowup, int *maxrow) const | CoinLpIO | protected |
rhs_ | CoinLpIO | mutableprotected |
rowIndex(const char *name) const | CoinLpIO | |
rowlower_ | CoinLpIO | protected |
rowName(int index) const | CoinLpIO | |
rowrange_ | CoinLpIO | mutableprotected |
rowsense_ | CoinLpIO | mutableprotected |
rowupper_ | CoinLpIO | protected |
scan_next(char *buff, FILE *fp) const | CoinLpIO | protected |
set_ | CoinLpIO | protected |
setDecimals(const int) | CoinLpIO | |
setDefaultColNames() | CoinLpIO | |
setDefaultRowNames() | CoinLpIO | |
setEpsilon(const double) | CoinLpIO | |
setInfinity(const double) | CoinLpIO | |
setInformation() const | CoinLpIO | inline |
setLanguage(CoinMessages::Language language) | CoinLpIO | inline |
setLpDataRowAndColNames(char const *const *const rownames, char const *const *const colnames) | CoinLpIO | |
setLpDataWithoutRowAndColNames(const CoinPackedMatrix &m, const double *collb, const double *colub, const double *obj_coeff, const char *integrality, const double *rowlb, const double *rowub) | CoinLpIO | |
setLpDataWithoutRowAndColNames(const CoinPackedMatrix &m, const double *collb, const double *colub, const double *obj_coeff[MAX_OBJECTIVES], int num_objectives, const char *integrality, const double *rowlb, const double *rowub) | CoinLpIO | |
setNumberAcross(const int) | CoinLpIO | |
setObjectiveOffset(double value) | CoinLpIO | inline |
setObjectiveOffset(double value, int j) | CoinLpIO | inline |
setProblemName(const char *name) | CoinLpIO | |
skip_comment(char *buff, FILE *fp) const | CoinLpIO | protected |
startHash(char const *const *const names, const COINColumnIndex number, int section) | CoinLpIO | protected |
stopHash(int section) | CoinLpIO | protected |
writeLp(const char *filename, const double epsilon, const int numberAcross, const int decimals, const bool useRowNames=true) | CoinLpIO | |
writeLp(FILE *fp, const double epsilon, const int numberAcross, const int decimals, const bool useRowNames=true) | CoinLpIO | |
writeLp(const char *filename, const bool useRowNames=true) | CoinLpIO | |
writeLp(FILE *fp, const bool useRowNames=true) | CoinLpIO | |
~CoinLpIO() | CoinLpIO |