#include <ViennaRNA/2Dfold.h>
Solution element returned from vrna_mfe_TwoD() More…
// fields int k int l float en char* s
This element contains free energy and structure for the appropriate kappa (k), lambda (l) neighborhood The datastructure contains two integer attributes ‘k’ and ‘l’ as well as an attribute ‘en’ of type float representing the free energy in kcal/mol and an attribute ‘s’ of type char* containg the secondary structure representative,
A value of INF in k denotes the end of a list
See also:
int k
int l
float en
char* s