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