#include <MatchingAlgorithm.h>
MatchingAlgorithm::MatchingAlgorithm |
( |
Graph * |
g, |
|
|
Matching * |
m, |
|
|
float |
goal |
|
) |
| |
virtual MatchingAlgorithm::~MatchingAlgorithm |
( |
void |
| ) |
|
|
inlinevirtual |
Matching* MatchingAlgorithm::getMatching |
( |
void |
| ) |
const |
|
inline |
virtual const char* MatchingAlgorithm::getName |
( |
void |
| ) |
const |
|
pure virtual |
virtual void MatchingAlgorithm::run |
( |
void |
| ) |
|
|
pure virtual |
void MatchingAlgorithm::setGoal |
( |
float |
goal | ) |
|
unsigned long MatchingAlgorithm::CardinalityGoal |
|
protected |
Graph* MatchingAlgorithm::TheGraph |
|
protected |
Matching* MatchingAlgorithm::TheMatching |
|
protected |
The documentation for this class was generated from the following files: