Go to the source code of this file.
Classes | |
struct | ascal_s |
struct | compl_s |
struct | dims_s |
struct | drop_s |
struct | factor_s |
struct | initv_s |
struct | itref_s |
struct | mscal_s |
struct | numer_s |
struct | param_s |
struct | predc_s |
struct | predp_s |
struct | setden_s |
struct | sprnod_s |
struct | toler_s |
Macros | |
#define | BPMPD_INFINITY_BOUND 1e+30 |
#define | BPMPD_VERSION_STRING "Version 2.11 (1996 December)" |
Functions | |
int | solver_ (double *obj, double *rhs, double *lbound, double *ubound, double *diag, double *odiag, double *xs, double *dxs, double *dxsn, double *up, double *dspr, double *ddspr, double *ddsprn, double *dsup, double *ddsup, double *ddsupn, double *dv, double *ddv, double *ddvn, double *prinf, double *upinf, double *duinf, double *scale, double *nonzeros, int *vartyp, int *slktyp, int *colpnt, int *ecolpnt, int *count, int *vcstat, int *pivots, int *invprm, int *snhead, int *nodtyp, int *inta1, int *prehis, int *rowidx, int *rindex, int *code, double *opt, int *iter, int *corect, int *fixn, int *dropn, int *fnzmax, int *fnzmin, double *addobj, double *bigbou, double *big, int *ft) |
Variables | |
struct ascal_s | ascal_ |
struct compl_s | compl_ |
struct dims_s | dims_ |
struct drop_s | drop_ |
struct factor_s | factor_ |
struct initv_s | initv_ |
struct itref_s | itref_ |
struct mscal_s | mscal_ |
struct numer_s | numer_ |
struct param_s | param_ |
struct predc_s | predc_ |
struct predp_s | predp_ |
struct setden_s | setden_ |
struct sprnod_s | sprnod_ |
struct toler_s | toler_ |
#define BPMPD_INFINITY_BOUND 1e+30 |
Definition at line 465 of file VoronoiAlgorithm.cc.
#define BPMPD_VERSION_STRING "Version 2.11 (1996 December)" |
Definition at line 469 of file VoronoiAlgorithm.cc.
int solver_ | ( | double * | obj, |
double * | rhs, | ||
double * | lbound, | ||
double * | ubound, | ||
double * | diag, | ||
double * | odiag, | ||
double * | xs, | ||
double * | dxs, | ||
double * | dxsn, | ||
double * | up, | ||
double * | dspr, | ||
double * | ddspr, | ||
double * | ddsprn, | ||
double * | dsup, | ||
double * | ddsup, | ||
double * | ddsupn, | ||
double * | dv, | ||
double * | ddv, | ||
double * | ddvn, | ||
double * | prinf, | ||
double * | upinf, | ||
double * | duinf, | ||
double * | scale, | ||
double * | nonzeros, | ||
int * | vartyp, | ||
int * | slktyp, | ||
int * | colpnt, | ||
int * | ecolpnt, | ||
int * | count, | ||
int * | vcstat, | ||
int * | pivots, | ||
int * | invprm, | ||
int * | snhead, | ||
int * | nodtyp, | ||
int * | inta1, | ||
int * | prehis, | ||
int * | rowidx, | ||
int * | rindex, | ||
int * | code, | ||
double * | opt, | ||
int * | iter, | ||
int * | corect, | ||
int * | fixn, | ||
int * | dropn, | ||
int * | fnzmax, | ||
int * | fnzmin, | ||
double * | addobj, | ||
double * | bigbou, | ||
double * | big, | ||
int * | ft | ||
) |
struct ascal_s ascal_ |
struct compl_s compl_ |
struct dims_s dims_ |
struct drop_s drop_ |
struct factor_s factor_ |
struct initv_s initv_ |
struct itref_s itref_ |
struct mscal_s mscal_ |
struct numer_s numer_ |
struct param_s param_ |
struct predc_s predc_ |
struct predp_s predp_ |
struct setden_s setden_ |
struct sprnod_s sprnod_ |
struct toler_s toler_ |