RNAlib-2.5.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
15int
17
18
19int
20vrna_maximum_matching_simple(const char *sequence);
21
22
23#ifndef VRNA_DISABLE_BACKWARD_COMPATIBILITY
24
25unsigned int
26maximumMatching(const char *string);
27
28
29unsigned int *
30maximumMatchingConstraint(const char *string,
31 short *ptable);
32
33
34unsigned int *
35maximumMatching2Constraint(const char *string,
36 short *ptable,
37 short *ptable2);
38
39
40#endif
41
42#endif
The Basic Fold Compound API.
The most basic data structure required by many functions throughout the RNAlib.
Definition: fold_compound.h:148
int vrna_maximum_matching(vrna_fold_compound_t *fc)
int vrna_maximum_matching_simple(const char *sequence)