#include <BM.hpp>
Public Attributes | |
| int | branchEval |
| 0: Not done 1: Only down 2: only up 3: both ways | |
| int | objInd |
| int | colInd |
| int | status [2] |
| int | iter [2] |
| double | objval [2] |
| double | varChange [2] |
| double | time [2] |
Definition at line 243 of file BM.hpp.
0: Not done 1: Only down 2: only up 3: both ways
Definition at line 246 of file BM.hpp.
Referenced by BM_register_branch_results().
Definition at line 247 of file BM.hpp.
Referenced by BM_register_branch_results(), and BM_lp::collect_branch_data().
| int BM_SB_result::status[2] |
Definition at line 249 of file BM.hpp.
Referenced by BM_lp::bbBranch(), and BM_register_branch_results().
| int BM_SB_result::iter[2] |
| double BM_SB_result::objval[2] |
Definition at line 251 of file BM.hpp.
Referenced by BM_lp::bbBranch(), and BM_register_branch_results().
| double BM_SB_result::varChange[2] |
Definition at line 252 of file BM.hpp.
Referenced by BM_register_branch_results(), and BM_lp::collect_branch_data().
| double BM_SB_result::time[2] |
1.4.7