Go to the documentation of this file.
118 char& sense,
double& right,
double& range)
const;
206 int *card_prev)
const;
213 int *card_prev)
const;
225 const char *
rowName(
int index)
const;
235 int rowIndex(
const char * name)
const;
300 const double* collb,
const double* colub,
301 const double* obj_coeff,
302 const char* integrality,
303 const double* rowlb,
const double* rowub);
336 const int card_vnames,
337 const bool check_ranged)
const;
366 char const *
const *
const colnames);
382 int writeLp(
const char *filename,
383 const double epsilon,
384 const int numberAcross,
386 const bool useRowNames =
true);
403 const double epsilon,
404 const int numberAcross,
406 const bool useRowNames =
true);
410 int writeLp(
const char *filename,
const bool useRowNames =
true);
414 int writeLp(FILE *fp,
const bool useRowNames =
true);
420 void readLp(
const char *filename,
const double epsilon);
426 void readLp(
const char *filename);
433 void readLp(FILE *fp,
const double epsilon);
559 void startHash(
char const *
const *
const names,
578 void insertHash(
const char *thisName,
int section);
582 void out_coeff(FILE *fp,
double v,
int print_1)
const;
608 void scan_next(
char *buff, FILE *fp)
const;
612 int is_free(
const char *buff)
const;
616 int is_inf(
const char *buff)
const;
623 int is_sense(
const char *buff)
const;
638 int read_monom_obj(FILE *fp,
double *coeff,
char **name,
int *cnt,
645 int read_monom_row(FILE *fp,
char *start_str,
double *coeff,
char **name,
646 int cnt_coeff)
const;
649 void realloc_coeff(
double **coeff,
char ***colNames,
int *maxcoeff)
const;
652 void realloc_row(
char ***rowNames,
int **start,
double **rhs,
653 double **rowlow,
double **rowup,
int *maxrow)
const;
656 void realloc_col(
double **collow,
double **colup,
char **is_int,
660 void read_row(FILE *fp,
char *buff,
double **pcoeff,
char ***pcolNames,
661 int *cnt_coeff,
int *maxcoeff,
662 double *rhs,
double *rowlow,
double *rowup,
663 int *cnt_row,
double inf)
const;