2 #ifndef VIENNA_RNA_PACKAGE_SUBOPT_H
3 #define VIENNA_RNA_PACKAGE_SUBOPT_H
double print_energy
printing threshold for use with logML
#define MAXDOS
Maximum density of states discretization for subopt.
Definition: data_structures.h:33
SOLUTION * subopt_par(char *seq, char *structure, vrna_param_t *parameters, int delta, int is_constrained, int is_circular, FILE *fp)
Returns list of subopt structures or writes to fp.
int subopt_sorted
Sort output by energy.
The most basic data structure required by many functions throughout the RNAlib.
Definition: data_structures.h:689
Solution element from subopt.c.
Definition: data_structures.h:114
SOLUTION * subopt(char *seq, char *structure, int delta, FILE *fp)
Returns list of subopt structures or writes to fp.
The datastructure that contains temperature scaled energy parameters.
Definition: params.h:41
SOLUTION * subopt_circ(char *seq, char *sequence, int delta, FILE *fp)
Returns list of circular subopt structures or writes to fp.
int density_of_states[MAXDOS+1]
The Density of States.