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 | |
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] |
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 | |
getNumRows() const | CoinLpIO | |
getObjCoefficients() const | CoinLpIO | |
getObjName() 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 | |
hash_ | CoinLpIO | [mutable, protected] |
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_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 | |
matrixByColumn_ | CoinLpIO | [mutable, protected] |
matrixByRow_ | CoinLpIO | [protected] |
maxHash_ | CoinLpIO | [protected] |
names_ | CoinLpIO | [protected] |
numberAcross_ | CoinLpIO | [protected] |
numberColumns_ | CoinLpIO | [protected] |
numberElements_ | CoinLpIO | [protected] |
numberHash_ | CoinLpIO | [protected] |
numberRows_ | CoinLpIO | [protected] |
objective_ | CoinLpIO | [protected] |
objectiveOffset() const | CoinLpIO | |
objectiveOffset_ | CoinLpIO | [protected] |
objName_ | CoinLpIO | [protected] |
out_coeff(FILE *fp, double v, int print_1) const | CoinLpIO | [protected] |
previous_names_ | CoinLpIO | [protected] |
print() const | CoinLpIO | |
problemName_ | CoinLpIO | [protected] |
read_monom_obj(FILE *fp, double *coeff, char **name, int *cnt, char **obj_name) | 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 | [mutable, protected] |
rowIndex(const char *name) const | CoinLpIO | |
rowlower_ | CoinLpIO | [protected] |
rowName(int index) const | CoinLpIO | |
rowrange_ | CoinLpIO | [mutable, protected] |
rowsense_ | CoinLpIO | [mutable, protected] |
rowupper_ | CoinLpIO | [protected] |
scan_next(char *buff, FILE *fp) const | CoinLpIO | [protected] |
setDecimals(const int) | CoinLpIO | |
setDefaultColNames() | CoinLpIO | |
setDefaultRowNames() | CoinLpIO | |
setEpsilon(const double) | CoinLpIO | |
setInfinity(const double) | CoinLpIO | |
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 | |
setNumberAcross(const int) | CoinLpIO | |
setObjectiveOffset(double value) | 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 | |