#include <sym_tm.h>

Public Attributes | |
| tm_params | par |
| int | master |
| char | has_ub |
| char | has_ub_estimate |
| double | start_time |
| double | ub |
| double | lb |
| lp_sol | best_sol |
| double | obj_offset |
| char | obj_sense |
| double | ub_estimate |
| process_set | lp |
| process_set | cg |
| process_set | cp |
| int * | nodes_per_cp |
| int * | active_nodes_per_cp |
| bc_node * | rootnode |
| int | bvarnum |
| int | bcutnum |
| int | phase |
| int | active_node_num |
| bc_node ** | active_nodes |
| int | samephase_candnum |
| bc_node ** | samephase_cand |
| int | samephase_cand_size |
| int | nextphase_candnum |
| bc_node ** | nextphase_cand |
| int | nextphase_cand_size |
| int | cut_num |
| int | allocated_cut_num |
| cut_data ** | cuts |
| problem_stat | stat |
| node_times | comp_times |
| bc_node *** | rpath |
| int * | rpath_size |
| branch_desc ** | bpath |
| int * | bpath_size |
| tm_temp | tmp |
Definition at line 56 of file sym_tm.h.
| int TM_PROB::master |
| char TM_PROB::has_ub |
| double TM_PROB::start_time |
| double TM_PROB::ub |
| double TM_PROB::lb |
| double TM_PROB::obj_offset |
| char TM_PROB::obj_sense |
| double TM_PROB::ub_estimate |
| int TM_PROB::bvarnum |
| int TM_PROB::bcutnum |
| int TM_PROB::phase |
| int TM_PROB::cut_num |
| int* TM_PROB::rpath_size |
| int* TM_PROB::bpath_size |
1.6.1