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