MCPcopy Create free account
hub / github.com/RickdeJager/stegseek / MatchingAlgorithm

Method MatchingAlgorithm

src/MatchingAlgorithm.cc:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "Graph.h"
23
24MatchingAlgorithm::MatchingAlgorithm(Graph *g, Matching *m, float goal)
25 : TheGraph(g), TheMatching(m) {
26 setGoal(goal);
27}
28
29void MatchingAlgorithm::setGoal(float goal) {
30 // if goal is 100.0 and the graph has an odd number of vertices the algorithm

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected