RNAlib-2.5.1
subopt_zuker.h
1/* subopt_zuker.h */
2#ifndef VIENNA_RNA_PACKAGE_SUBOPT_ZUKER_H
3#define VIENNA_RNA_PACKAGE_SUBOPT_ZUKER_H
4
6#include <ViennaRNA/subopt.h>
7
34
35
36#endif
The Basic Fold Compound API.
The most basic data structure required by many functions throughout the RNAlib.
Definition: fold_compound.h:148
vrna_subopt_solution_t * vrna_subopt_zuker(vrna_fold_compound_t *fc)
Compute Zuker type suboptimal structures.
Solution element from subopt.c.
Definition: subopt.h:72
RNAsubopt and density of states declarations.