1 #ifndef VIENNA_RNA_PACKAGE_FIND_PATH_H
2 #define VIENNA_RNA_PACKAGE_FIND_PATH_H
void free_path(path_t *path)
Free memory allocated by get_path() function.
The most basic data structure required by many functions throughout the RNAlib.
Definition: data_structures.h:698
path_t * get_path(const char *seq, const char *s1, const char *s2, int maxkeep)
Find refolding path between 2 structures (search only direct path)
int find_saddle(const char *seq, const char *struc1, const char *struc2, int max)
Find energy of a saddle point between 2 structures (search only direct path)
Definition: data_structures.h:210