Quaternity
|
This file defines maximum matching algorithm function headers. More...
Go to the source code of this file.
Functions | |
std::vector< int > | match_find (const Graph &graph) |
Find a match of the given graph. More... | |
bool | match_exists (const Graph &graph) |
Check if there exists a matching for all cards. More... | |
This file defines maximum matching algorithm function headers.
Definition in file match.h.
bool match_exists | ( | const Graph & | graph | ) |
Check if there exists a matching for all cards.
Definition at line 35 of file match.cpp.
std::vector<int> match_find | ( | const Graph & | graph | ) |
Find a match of the given graph.
Definition at line 47 of file match.cpp.