|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Attributes | |
| std::string | name |
| double | weight = 0.0 |
| double | value = 0.0 |
| int | n |
| int | f1 |
| int | result |
| char | return_point |
Definition at line 68 of file branch_and_bound_df_vs_bf_example.cc.
| std::string Item::name |
Definition at line 70 of file branch_and_bound_df_vs_bf_example.cc.
| double Item::value = 0.0 |
Definition at line 72 of file branch_and_bound_df_vs_bf_example.cc.
Referenced by KnapsackDomain::apply(), KnapsackDomain::bound(), and KnapsackDomain::undo().
| double Item::weight = 0.0 |
Definition at line 71 of file branch_and_bound_df_vs_bf_example.cc.
Referenced by KnapsackDomain::apply(), KnapsackDomain::bound(), KnapsackDomain::for_each_successor(), and KnapsackDomain::undo().