|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Dedicated minimum-cost matching in general graphs. More...
#include <algorithm>#include <iostream>#include <string>#include <tuple>#include <utility>#include <vector>#include <Min_Cost_Matching.H>#include <tpl_agraph.H>#include <tpl_dynArray.H>#include <tpl_dynSetTree.H>#include <tpl_graph.H>#include <tpl_sgraph.H>Go to the source code of this file.
Functions | |
| int | main () |
Dedicated minimum-cost matching in general graphs.
Demonstrates:
Build and run:
cmake -S . -B build cmake –build build –target min_cost_matching_example ./build/Examples/min_cost_matching_example
Definition in file min_cost_matching_example.cc.
| int main | ( | ) |
Definition at line 321 of file min_cost_matching_example.cc.
References Aleph::divide_and_conquer_partition_dp().