diff options
Diffstat (limited to 'src/problems.h')
-rw-r--r-- | src/problems.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/problems.h b/src/problems.h index 45e4e7c..f9b1efc 100644 --- a/src/problems.h +++ b/src/problems.h @@ -28,6 +28,7 @@ struct s_Solver; #define SOLVER_SOLUTION_BEST (-3) #define SOLVER_SOLUTION_POOLJOB (-4) #define SOLVER_SOLUTION_BLACK (-5) +#define SOLVER_SOLUTION_STRICTREPOPRIORITY (-6) void solver_recordproblem(struct s_Solver *solv, Id rid); void solver_fixproblem(struct s_Solver *solv, Id rid); |