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