summaryrefslogtreecommitdiff
path: root/src/theory/inference_id.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/inference_id.cpp')
-rw-r--r--src/theory/inference_id.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/inference_id.cpp b/src/theory/inference_id.cpp
index 778c842a6..2cbba6b33 100644
--- a/src/theory/inference_id.cpp
+++ b/src/theory/inference_id.cpp
@@ -79,6 +79,10 @@ const char* toString(InferenceId i)
return "ARITH_NL_POW2_INIT_REFINE";
case InferenceId::ARITH_NL_POW2_VALUE_REFINE:
return "ARITH_NL_POW2_VALUE_REFINE";
+ case InferenceId::ARITH_NL_POW2_MONOTONE_REFINE:
+ return "ARITH_NL_POW2_MONOTONE_REFINE";
+ case InferenceId::ARITH_NL_POW2_TRIVIAL_CASE_REFINE:
+ return "ARITH_NL_POW2_TRIVIAL_CASE_REFINE";
case InferenceId::ARITH_NL_CAD_CONFLICT: return "ARITH_NL_CAD_CONFLICT";
case InferenceId::ARITH_NL_CAD_EXCLUDED_INTERVAL:
return "ARITH_NL_CAD_EXCLUDED_INTERVAL";
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback