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

Method ~MatchingAlgorithm

src/MatchingAlgorithm.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 public:
29 MatchingAlgorithm(Graph *g, Matching *m, float goal);
30 virtual ~MatchingAlgorithm(void){};
31
32 virtual void run(void) = 0;
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected