RNAlib-2.4.10
mm.h
Go to the documentation of this file.
1 #ifndef VIENNA_RNA_PACKAGE_MM_H
2 #define VIENNA_RNA_PACKAGE_MM_H
3 
13 int
15 
16 
17 int
18 vrna_maximum_matching_simple(const char *sequence);
19 
20 
21 unsigned int
22 maximumMatching(const char *string);
23 
24 
25 unsigned int *
26 maximumMatchingConstraint(const char *string,
27  short *ptable);
28 
29 
30 unsigned int *
31 maximumMatching2Constraint(const char *string,
32  short *ptable,
33  short *ptable2);
34 
35 
36 #endif
The most basic data structure required by many functions throughout the RNAlib.
Definition: fold_compound.h:132
int vrna_maximum_matching_simple(const char *sequence)
int vrna_maximum_matching(vrna_fold_compound_t *fc)