RNAlib-2.1.9
mm.h
Go to the documentation of this file.
1 #ifndef __VIENNA_RNA_PACKAGE_MM_H__
2 #define __VIENNA_RNA_PACKAGE_MM_H__
3 
12 unsigned int maximumMatching(const char *string);
13 
14 unsigned int *maximumMatchingConstraint(const char *string,
15  short *ptable);
16 
17 unsigned int *maximumMatching2Constraint( const char *string,
18  short *ptable,
19  short *ptable2);
20 
21 #endif