#include <MatchingAlgorithm.h>
Inheritance diagram for MatchingAlgorithm:

Public Member Functions | |
| MatchingAlgorithm (Graph *g, Matching *m, float goal) | |
| virtual | ~MatchingAlgorithm (void) |
| virtual void | run (void)=0 |
| Matching * | getMatching (void) const |
| void | setGoal (float goal) |
| virtual const char * | getName (void) const =0 |
Protected Attributes | |
| Graph * | TheGraph |
| Matching * | TheMatching |
| unsigned long | CardinalityGoal |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Implemented in BFSAPHeuristic, DFSAPHeuristic, DMDConstructionHeuristic, SMDConstructionHeuristic, and WKSConstructionHeuristic. |
|
|
Implemented in BFSAPHeuristic, DFSAPHeuristic, DMDConstructionHeuristic, SMDConstructionHeuristic, and WKSConstructionHeuristic. |
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7