Dip
0.92.3
|
#include <sym_types.h>
Public Attributes | |
bc_node * | rootnode |
int | cut_num |
int | allocated_cut_num |
cut_data ** | cuts |
problem_stat | stat |
node_times | comp_times |
int | phase |
double | lb |
int | has_ub |
double | ub |
lp_sol | best_sol |
char | trim_tree |
int | trim_tree_level |
int | trim_tree_index |
Definition at line 890 of file sym_types.h.
bc_node* WARM_START_DESC::rootnode |
Definition at line 891 of file sym_types.h.
int WARM_START_DESC::cut_num |
Definition at line 892 of file sym_types.h.
int WARM_START_DESC::allocated_cut_num |
Definition at line 893 of file sym_types.h.
cut_data** WARM_START_DESC::cuts |
Definition at line 894 of file sym_types.h.
problem_stat WARM_START_DESC::stat |
Definition at line 895 of file sym_types.h.
node_times WARM_START_DESC::comp_times |
Definition at line 896 of file sym_types.h.
int WARM_START_DESC::phase |
Definition at line 897 of file sym_types.h.
double WARM_START_DESC::lb |
Definition at line 898 of file sym_types.h.
int WARM_START_DESC::has_ub |
Definition at line 899 of file sym_types.h.
double WARM_START_DESC::ub |
Definition at line 900 of file sym_types.h.
lp_sol WARM_START_DESC::best_sol |
Definition at line 901 of file sym_types.h.
char WARM_START_DESC::trim_tree |
Definition at line 902 of file sym_types.h.
int WARM_START_DESC::trim_tree_level |
Definition at line 903 of file sym_types.h.
int WARM_START_DESC::trim_tree_index |
Definition at line 904 of file sym_types.h.