|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Attributes | |
| size_t | next_item = 0 |
| Index of the next item to decide. | |
| double | weight_so_far = 0.0 |
| double | value_so_far = 0.0 |
Definition at line 75 of file branch_and_bound_df_vs_bf_example.cc.
| size_t KnapsackState::next_item = 0 |
Index of the next item to decide.
Definition at line 77 of file branch_and_bound_df_vs_bf_example.cc.
Referenced by KnapsackDomain::for_each_successor().
| double KnapsackState::value_so_far = 0.0 |
Definition at line 79 of file branch_and_bound_df_vs_bf_example.cc.
| double KnapsackState::weight_so_far = 0.0 |
Definition at line 78 of file branch_and_bound_df_vs_bf_example.cc.
Referenced by KnapsackDomain::for_each_successor().