#include <dylp.h>
Public Attributes | |
dyphase_enum | phase |
lpret_enum | lpret |
double | z |
double | inactzcorr |
struct { | |
dyphase_enum active | |
dyphase_enum next | |
bool init_pse | |
bool init_dse | |
} | simplex |
double | infeas |
int | infeascnt |
struct { | |
int ndx | |
double ratio | |
} | ubnd |
struct { | |
bool installed | |
int infcnt | |
int infvars_sze | |
int * infvars | |
double * p1obj | |
double * p2obj | |
} | p1obj |
struct { | |
struct { | |
int loadable | |
int unloadable | |
} cons | |
struct { | |
int loadable | |
int unloadable | |
} vars | |
bool forcedfull | |
} | sys |
struct { | |
int iters | |
int pivs | |
} | tot |
struct { | |
int iters | |
int pivs | |
} | p1 |
struct { | |
int iters | |
int pivs | |
} | p2 |
struct { | |
int iters | |
int pivs | |
} | d2 |
bool | pivok |
bool | prev_pivok |
struct { | |
int etas | |
int pivs | |
int dinf | |
} | basis |
int | degen |
int | degenpivcnt |
int | idlecnt |
struct { | |
double piv | |
double cd | |
double vd | |
double fp | |
double fd | |
} | lastz |
struct { | |
double norm1 | |
double norm2 | |
double max | |
int maxndx | |
} | prim |
struct { | |
double norm1 | |
double norm2 | |
double max | |
int maxndx | |
} | dual |
Definition at line 1550 of file dylp.h.
double lp_struct::z |
double lp_struct::inactzcorr |
struct { ... } lp_struct::simplex |
double lp_struct::infeas |
int lp_struct::ndx |
double lp_struct::ratio |
struct { ... } lp_struct::ubnd |
int* lp_struct::infvars |
double* lp_struct::p1obj |
double* lp_struct::p2obj |
struct { ... } lp_struct::p1obj |
struct { ... } lp_struct::cons |
struct { ... } lp_struct::vars |
struct { ... } lp_struct::sys |
int lp_struct::iters |
int lp_struct::pivs |
struct { ... } lp_struct::tot |
struct { ... } lp_struct::p1 |
struct { ... } lp_struct::p2 |
struct { ... } lp_struct::d2 |
int lp_struct::etas |
int lp_struct::dinf |
struct { ... } lp_struct::basis |
int lp_struct::degen |
double lp_struct::piv |
double lp_struct::cd |
double lp_struct::vd |
double lp_struct::fp |
double lp_struct::fd |
struct { ... } lp_struct::lastz |
double lp_struct::norm1 |
double lp_struct::norm2 |
double lp_struct::max |
struct { ... } lp_struct::prim |
struct { ... } lp_struct::dual |