mirror of
https://github.com/boostorg/graph.git
synced 2026-07-21 13:23:42 +00:00
fix due to renaming maximum_cardinality_matching.hpp
[SVN r36369]
This commit is contained in:
@@ -224,7 +224,7 @@ matching happens to be a maximum cardinality matching.
|
||||
</p><h3>Where Defined</h3>
|
||||
|
||||
<p>
|
||||
<a href="../../../boost/graph/maximum_cardinality_matching.hpp"><tt>boost/graph/maximum_cardinality_matching.hpp</tt></a>
|
||||
<a href="../../../boost/graph/max_cardinality_matching.hpp"><tt>boost/graph/max_cardinality_matching.hpp</tt></a>
|
||||
|
||||
|
||||
</p><h3>Parameters</h3>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
//
|
||||
//=======================================================================
|
||||
|
||||
#include <boost/graph/maximum_cardinality_matching.hpp>
|
||||
#include <boost/graph/max_cardinality_matching.hpp>
|
||||
|
||||
#include <iostream> // for std::cout
|
||||
#include <boost/vector_property_map.hpp>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <ctime>
|
||||
#include <boost/random.hpp>
|
||||
|
||||
#include <boost/graph/maximum_cardinality_matching.hpp>
|
||||
#include <boost/graph/max_cardinality_matching.hpp>
|
||||
|
||||
using namespace boost;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user