RNAlib-2.1.2
inverse.h
Go to the documentation of this file.
1 #ifndef __VIENNA_RNA_PACKAGE_INVERSE_H__
2 #define __VIENNA_RNA_PACKAGE_INVERSE_H__
3 
21 extern char *symbolset;
23 extern float final_cost;
25 extern int give_up;
27 extern int inv_verbose;
28 
45 float inverse_fold( char *start,
46  const char *target);
47 
61 float inverse_pf_fold(char *start,
62  const char *target);
63 
67 #endif