RNAlib-2.0.2
H/mm.h
Go to the documentation of this file.
00001 #ifndef __VIENNA_RNA_PACKAGE_MM_H__
00002 #define __VIENNA_RNA_PACKAGE_MM_H__
00003 
00012 unsigned int  maximumMatching(const char *string);
00013 
00014 unsigned int *maximumMatchingConstraint(const char *string,
00015                                         short *ptable);
00016 
00017 unsigned int *maximumMatching2Constraint( const char *string,
00018                                           short *ptable,
00019                                           short *ptable2);
00020 
00021 #endif