RNAlib-2.2.7
mm.h
Go to the documentation of this file.
1 #ifndef VIENNA_RNA_PACKAGE_MM_H
2 #define VIENNA_RNA_PACKAGE_MM_H
3 
16 unsigned int maximumMatching(const char *string);
17 
18 unsigned int *maximumMatchingConstraint(const char *string,
19  short *ptable);
20 
21 unsigned int *maximumMatching2Constraint( const char *string,
22  short *ptable,
23  short *ptable2);
24 
29 #endif