Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
branch_and_bound_assignment_example.cc File Reference

Reference example: assignment minimization with branch and bound. More...

#include <iostream>
#include <State_Search.H>
#include <tpl_array.H>
Include dependency graph for branch_and_bound_assignment_example.cc:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

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.

Function Documentation

◆ main()