
Definition at line 102 of file binary.c.
Data Fields | |
| int | activenodes |
| EGlpNum_t * | bestx |
| int | branching_rule |
| int | depth |
| EGlpNum_t * | downpen |
| bbnode | head_bbnode |
| int | lastpivots |
| EGlpNum_t * | lower |
| lpinfo * | lp |
| int | nstruct |
| EGlpNum_t | objectivebound |
| int | objsense |
| EGlpNum_t * | orig_lower |
| EGlpNum_t * | orig_upper |
| price_info * | pinf |
| ILLptrworld | ptrworld |
| ILLpriority * | que |
| int | totalnodes |
| int | totalpivots |
| EGlpNum_t * | uppen |
| EGlpNum_t * | upper |
| EGlpNum_t | value |
| int | watch |
| EGlpNum_t * | x |
Definition at line 108 of file binary.c.
Referenced by ILLmip_bfs(), init_mipinfo(), process_bfs_bbnode(), and run_bfs().
| EGlpNum_t* mipinfo::bestx |
Definition at line 117 of file binary.c.
Referenced by child_work(), free_mipinfo(), ILLmip_bfs(), init_mipinfo(), and plunge_work().
Definition at line 104 of file binary.c.
Referenced by find_branch(), ILLmip_bfs(), and init_mipinfo().
| int mipinfo::depth |
| EGlpNum_t* mipinfo::downpen |
Definition at line 114 of file binary.c.
Referenced by find_branch(), free_mipinfo(), and init_mipinfo().
Definition at line 125 of file binary.c.
Referenced by best_bbnode(), free_mipinfo(), ILLmip_bfs(), init_mipinfo(), put_bbnode(), and run_bfs().
Definition at line 110 of file binary.c.
Referenced by child_work(), init_mipinfo(), and process_bfs_bbnode().
| EGlpNum_t* mipinfo::lower |
Definition at line 120 of file binary.c.
Referenced by free_mipinfo(), init_mipinfo(), plunge(), plunge_work(), and round_variables().
Definition at line 123 of file binary.c.
Referenced by child_work(), cleanup_mip(), find_branch(), init_mipinfo(), plunge(), plunge_work(), process_bfs_bbnode(), and round_variables().
| int mipinfo::nstruct |
| EGlpNum_t mipinfo::objectivebound |
Definition at line 112 of file binary.c.
Referenced by child_work(), free_mipinfo(), init_mipinfo(), plunge_work(), and process_bfs_bbnode().
| EGlpNum_t* mipinfo::orig_lower |
| EGlpNum_t* mipinfo::orig_upper |
Definition at line 124 of file binary.c.
Referenced by child_work(), find_branch(), init_mipinfo(), plunge(), and plunge_work().
Definition at line 127 of file binary.c.
Referenced by child_work(), free_mipinfo(), ILLmip_bfs(), init_mipinfo(), and run_bfs().
Definition at line 126 of file binary.c.
Referenced by best_bbnode(), child_work(), ILLmip_bfs(), and init_mipinfo().
Definition at line 107 of file binary.c.
Referenced by child_work(), ILLmip_bfs(), and init_mipinfo().
Definition at line 109 of file binary.c.
Referenced by child_work(), ILLmip_bfs(), init_mipinfo(), process_bfs_bbnode(), and startup_mip().
| EGlpNum_t* mipinfo::uppen |
Definition at line 115 of file binary.c.
Referenced by find_branch(), free_mipinfo(), and init_mipinfo().
| EGlpNum_t* mipinfo::upper |
Definition at line 121 of file binary.c.
Referenced by free_mipinfo(), init_mipinfo(), plunge(), plunge_work(), and round_variables().
| EGlpNum_t mipinfo::value |
Definition at line 113 of file binary.c.
Referenced by child_work(), free_mipinfo(), ILLmip_bfs(), init_mipinfo(), plunge_work(), and process_bfs_bbnode().
| int mipinfo::watch |
Definition at line 105 of file binary.c.
Referenced by init_mipinfo(), plunge(), and process_bfs_bbnode().
| EGlpNum_t* mipinfo::x |
Definition at line 116 of file binary.c.
Referenced by child_work(), free_mipinfo(), init_mipinfo(), plunge_work(), and round_variables().
1.4.7