#include <lpdata.h>
Definition at line 133 of file lpdata.h.
Data Fields | |
| int | nrows |
| int | nstruct |
| EGlpNum_t * | pi |
| EGlpNum_t * | rc |
| EGlpNum_t * | slack |
| int | status |
| EGlpNum_t | val |
| EGlpNum_t * | x |
Definition at line 136 of file lpdata.h.
Referenced by grab_cache(), ILLlib_cache_solution(), ILLlib_solution(), ILLlp_cache_alloc(), ILLlp_cache_free(), and ILLlp_cache_init().
Definition at line 135 of file lpdata.h.
Referenced by grab_cache(), ILLlib_cache_solution(), ILLlib_solution(), ILLlp_cache_alloc(), ILLlp_cache_free(), and ILLlp_cache_init().
| EGlpNum_t* ILLlp_cache::pi |
Definition at line 140 of file lpdata.h.
Referenced by ILLlib_cache_solution(), ILLlib_delrows(), ILLlib_solution(), ILLlp_cache_alloc(), ILLlp_cache_free(), ILLlp_cache_init(), and QSget_named_pi().
| EGlpNum_t* ILLlp_cache::rc |
Definition at line 141 of file lpdata.h.
Referenced by grab_cache(), ILLlib_cache_solution(), ILLlib_solution(), ILLlp_cache_alloc(), ILLlp_cache_free(), ILLlp_cache_init(), and QSget_named_rc().
| EGlpNum_t* ILLlp_cache::slack |
Definition at line 142 of file lpdata.h.
Referenced by ILLlib_cache_solution(), ILLlib_solution(), ILLlp_cache_alloc(), ILLlp_cache_free(), ILLlp_cache_init(), and QSget_named_slack().
Definition at line 137 of file lpdata.h.
Referenced by ILLlp_cache_free(), ILLlp_cache_init(), QSopt_dual(), and QSopt_primal().
| EGlpNum_t ILLlp_cache::val |
Definition at line 138 of file lpdata.h.
Referenced by free_cache(), grab_cache(), ILLlib_cache_solution(), ILLlib_solution(), ILLlp_cache_init(), and QSfree_prob().
| EGlpNum_t* ILLlp_cache::x |
Definition at line 139 of file lpdata.h.
Referenced by ILLlib_cache_solution(), ILLlib_solution(), ILLlp_cache_alloc(), ILLlp_cache_free(), ILLlp_cache_init(), ILLratio_dI_test(), ILLratio_dII_test(), ILLratio_longdII_test(), ILLratio_pI_test(), ILLratio_pII_test(), ILLratio_pivotin_test(), and QSget_named_x().
1.4.7