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