summaryrefslogtreecommitdiff
path: root/src/theory/booleans/theory_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/booleans/theory_def.h')
-rw-r--r--src/theory/booleans/theory_def.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/theory/booleans/theory_def.h b/src/theory/booleans/theory_def.h
new file mode 100644
index 000000000..37aacb353
--- /dev/null
+++ b/src/theory/booleans/theory_def.h
@@ -0,0 +1,9 @@
+#include "theory/booleans/theory_bool.h"
+
+namespace CVC4 {
+ namespace theory {
+ namespace booleans {
+ typedef TheoryBool TheoryBOOLEANS;
+ }
+ }
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback