summaryrefslogtreecommitdiff
path: root/src/expr/kind_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/kind_template.h')
-rw-r--r--src/expr/kind_template.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/kind_template.h b/src/expr/kind_template.h
index fb76c1857..74641513b 100644
--- a/src/expr/kind_template.h
+++ b/src/expr/kind_template.h
@@ -130,6 +130,7 @@ ${theory_enum}
};
const TheoryId THEORY_FIRST = static_cast<TheoryId>(0);
+const TheoryId THEORY_SAT_SOLVER = THEORY_LAST;
inline TheoryId& operator ++ (TheoryId& id) {
return id = static_cast<TheoryId>(((int)id) + 1);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback