class QuickBB¶
Overview¶
Detailed Documentation¶
Methods¶
compute the optimal order
Parameters:
QuickBB graph |
|
size_t |
alloted compute time |
Returns:
std::pair<size_t, adj_arr_t> first : tree width , second : order
compute the optimal order
Parameters:
std::vector<std::pair<size_t |
|
size_t>> |
QuickBB graph |
size_t |
alloted compute time |
Returns:
std::pair<size_t, adj_arr_t> first : tree width , second : order