RNAlib-2.5.1
constants.h
Go to the documentation of this file.
1#ifndef VIENNA_RNA_PACKAGE_PARAMS_CONSTANTS_H
2#define VIENNA_RNA_PACKAGE_PARAMS_CONSTANTS_H
3
4#include <limits.h>
5
13#define GASCONST 1.98717 /* in [cal/K] */
15#define K0 273.15
17#define INF 10000000 /* (INT_MAX/10) */
18
19#define EMAX (INF/10)
21#define FORBIDDEN 9999
23#define BONUS 10000
25#define NBPAIRS 7
27#define TURN 3
29#define MAXLOOP 30
30
31#define UNIT 100
32
33#define MINPSCORE -2 * UNIT
34
35#endif