|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Reference example: 0/1 Knapsack with branch and bound. More...
Go to the source code of this file.
Functions | |
| int | main () |
Reference example: 0/1 Knapsack with branch and bound.
Model summary:
Build and run:
cmake --build build --target branch_and_bound_knapsack_example./build/Examples/branch_and_bound_knapsack_example Definition in file branch_and_bound_knapsack_example.cc.
| int main | ( | ) |
Definition at line 185 of file branch_and_bound_knapsack_example.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::Array< T >::size(), and Aleph::ExplorationPolicy::strategy.