|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Reference example: assignment minimization with branch and bound. More...
Go to the source code of this file.
Functions | |
| int | main () |
Reference example: assignment minimization with branch and bound.
Build and run:
cmake --build build --target branch_and_bound_assignment_example./build/Examples/branch_and_bound_assignment_example Definition in file branch_and_bound_assignment_example.cc.
| int main | ( | ) |
Definition at line 152 of file branch_and_bound_assignment_example.cc.
References Aleph::divide_and_conquer_partition_dp(), engine, and Aleph::ExplorationPolicy::strategy.