RNAlib-2.0.2
H/inverse.h
Go to the documentation of this file.
00001 #ifndef __VIENNA_RNA_PACKAGE_INVERSE_H__
00002 #define __VIENNA_RNA_PACKAGE_INVERSE_H__
00003 
00013 extern char *symbolset;
00015 extern  float final_cost;
00017 extern  int   give_up;
00019 extern  int   inv_verbose;
00020 
00037 float inverse_fold( char *start,
00038                     const char *target);
00039 
00053 float inverse_pf_fold(char *start,
00054                       const char *target);
00055 #endif