21#ifndef SH_MATCHINGALGORITHM_H
22#define SH_MATCHINGALGORITHM_H
32 virtual void run (
void) = 0 ;
39 virtual const char*
getName (
void)
const = 0 ;
a graph constructed from a cover file and a message to be embedded
Definition Graph.h:51
Definition MatchingAlgorithm.h:27
virtual ~MatchingAlgorithm(void)
Definition MatchingAlgorithm.h:30
Graph * TheGraph
Definition MatchingAlgorithm.h:42
Matching * TheMatching
Definition MatchingAlgorithm.h:43
void setGoal(float goal)
Definition MatchingAlgorithm.cc:30
MatchingAlgorithm(Graph *g, Matching *m, float goal)
Definition MatchingAlgorithm.cc:24
unsigned long CardinalityGoal
Definition MatchingAlgorithm.h:44
Matching * getMatching(void) const
Definition MatchingAlgorithm.h:34
virtual const char * getName(void) const =0
represent a matching on a graph
Definition Matching.h:41