Go to the documentation of this file. 29 #define STRIDE (M_MAX + P) 31 #define MAX_STEPS (100000) 33 #define MAX_CONSECUTIVE_ERRORS (5) 45 #define EC_success (0) 47 #define EC_consecutive_steps (1) 49 #define EC_max_steps_exceeded (2) 51 #define EC_h_plus_t_equals_h (3)