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 f8bc35e08..ba268b396 100644
--- a/src/theory/inference_id.h
+++ b/src/theory/inference_id.h
@@ -41,6 +41,8 @@ enum class InferenceId
// ---------------------------------- core
// a conflict when two constants merge in the equality engine (of any theory)
EQ_CONSTANT_MERGE,
+ // a split from theory combination
+ COMBINATION_SPLIT,
// ---------------------------------- arith theory
//-------------------- linear core
// black box conflicts. It's magic.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback