#include <lpdefs.h>
Collaboration diagram for bndinfo:

Definition at line 113 of file lpdefs.h.
Data Fields | |
| int | btype |
| EGlpNum_t | cbound |
| bndinfo * | next |
| EGlpNum_t | pbound |
| int | varnum |
| int bndinfo::btype |
Definition at line 117 of file lpdefs.h.
Referenced by ILLfct_bound_shift(), and ILLfct_unroll_bound_change().
| EGlpNum_t bndinfo::cbound |
Definition at line 116 of file lpdefs.h.
Referenced by free_internal_lpinfo(), ILLfct_bound_shift(), ILLfct_free_bndinfo(), ILLfct_new_bndinfo(), and ILLfct_unroll_bound_change().
| struct bndinfo* bndinfo::next |
Definition at line 119 of file lpdefs.h.
Referenced by free_internal_lpinfo(), ILLfct_bound_shift(), and ILLfct_unroll_bound_change().
| EGlpNum_t bndinfo::pbound |
Definition at line 115 of file lpdefs.h.
Referenced by free_internal_lpinfo(), ILLfct_bound_shift(), ILLfct_free_bndinfo(), ILLfct_new_bndinfo(), and ILLfct_unroll_bound_change().
| int bndinfo::varnum |
Definition at line 118 of file lpdefs.h.
Referenced by ILLfct_bound_shift(), and ILLfct_unroll_bound_change().
1.4.7