26#ifndef __ComparatorNetwork_h__ 
   27#define __ComparatorNetwork_h__ 
   55    void Save(
const std::string&); 
 
#define MAXDEPTH
Maximum depth.
 
#define MAXINPUTS
Maximum width, that is, number of inputs.
 
Interface for the matching CMatching.
 
virtual ~CComparatorNetwork()
Destructor.
 
size_t m_nComparator[MAXDEPTH][MAXINPUTS]
Comparator array.
 
CComparatorNetwork()
Constructor.
 
void Save(const std::string &)
Save to file.
 
The common variables class.