/* $Id: cmet.h 180699 2015-12-10 19:10:10Z twu $ */
#ifndef CMET_INCLUDED
#define CMET_INCLUDED

#include "types.h"

extern Oligospace_T
Cmet_reduce_ct (Oligospace_T oligo);
extern Oligospace_T
Cmet_reduce_ga (Oligospace_T oligo);

#endif

