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