an implementation of the "static minimum degree" heuristic for contructing a matching
#include <SMDConstructionHeuristic.h>
SMDConstructionHeuristic::SMDConstructionHeuristic |
( |
Graph * |
g, |
|
|
Matching * |
m, |
|
|
float |
goal = 100.0 |
|
) |
| |
virtual SMDConstructionHeuristic::~SMDConstructionHeuristic |
( |
void |
| ) |
|
|
inlinevirtual |
const char* SMDConstructionHeuristic::getName |
( |
void |
| ) |
const |
|
inlinevirtual |
void SMDConstructionHeuristic::run |
( |
void |
| ) |
|
|
virtual |
std::vector<Vertex*> SMDConstructionHeuristic::Vertices |
|
private |
The documentation for this class was generated from the following files: