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