summaryrefslogtreecommitdiff
path: root/src/theory/inference_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/inference_id.h')
-rw-r--r--src/theory/inference_id.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/inference_id.h b/src/theory/inference_id.h
index 2216d8fed..f8bc35e08 100644
--- a/src/theory/inference_id.h
+++ b/src/theory/inference_id.h
@@ -133,6 +133,8 @@ enum class InferenceId
ARITH_NL_POW2_VALUE_REFINE,
// monotonicity refinements (Pow2Solver::checkFullRefine)
ARITH_NL_POW2_MONOTONE_REFINE,
+ // trivial refinements (Pow2Solver::checkFullRefine)
+ ARITH_NL_POW2_TRIVIAL_CASE_REFINE,
//-------------------- nonlinear cad solver
// conflict / infeasible subset obtained from cad
ARITH_NL_CAD_CONFLICT,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback