Go to the documentation of this file.
121 char& sense,
double& right,
double& range)
const;
209 int *card_prev)
const;
216 int *card_prev)
const;
228 const char *
rowName(
int index)
const;
238 int rowIndex(
const char * name)
const;
303 const double* collb,
const double* colub,
304 const double* obj_coeff,
305 const char* integrality,
306 const double* rowlb,
const double* rowub);
339 const int card_vnames,
340 const bool check_ranged)
const;
369 char const *
const *
const colnames);
385 int writeLp(
const char *filename,
386 const double epsilon,
387 const int numberAcross,
389 const bool useRowNames =
true);
406 const double epsilon,
407 const int numberAcross,
409 const bool useRowNames =
true);
413 int writeLp(
const char *filename,
const bool useRowNames =
true);
417 int writeLp(FILE *fp,
const bool useRowNames =
true);
423 void readLp(
const char *filename,
const double epsilon);
429 void readLp(
const char *filename);
436 void readLp(FILE *fp,
const double epsilon);
596 void startHash(
char const *
const *
const names,
615 void insertHash(
const char *thisName,
int section);
619 void out_coeff(FILE *fp,
double v,
int print_1)
const;
645 void scan_next(
char *buff, FILE *fp)
const;
649 int is_free(
const char *buff)
const;
653 int is_inf(
const char *buff)
const;
660 int is_sense(
const char *buff)
const;
675 int read_monom_obj(FILE *fp,
double *coeff,
char **name,
int *cnt,
682 int read_monom_row(FILE *fp,
char *start_str,
double *coeff,
char **name,
683 int cnt_coeff)
const;
686 void realloc_coeff(
double **coeff,
char ***colNames,
int *maxcoeff)
const;
689 void realloc_row(
char ***rowNames,
int **start,
double **rhs,
690 double **rowlow,
double **rowup,
int *maxrow)
const;
693 void realloc_col(
double **collow,
double **colup,
char **is_int,
697 void read_row(FILE *fp,
char *buff,
double **pcoeff,
char ***pcolNames,
698 int *cnt_coeff,
int *maxcoeff,
699 double *rhs,
double *rowlow,
double *rowup,
700 int *cnt_row,
double inf)
const;