|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Functor wrapper for hopcroft_karp_matching. More...
#include <tpl_bipartite.H>
Public Member Functions | |
| void | operator() (const GT &g, DynDlist< typename GT::Arc * > &matching) |
| Computes the maximum matching using Hopcroft-Karp. | |
Functor wrapper for hopcroft_karp_matching.
| GT | the graph type. |
| SA | arc filter (default: Dft_Show_Arc<GT>). |
Definition at line 540 of file tpl_bipartite.H.
|
inline |
Computes the maximum matching using Hopcroft-Karp.
| [in] | g | the bipartite graph. |
| [out] | matching | list of arcs forming the maximum matching. |
| domain_error | if the graph is not bipartite. |
Definition at line 549 of file tpl_bipartite.H.
References Aleph::maps().