summaryrefslogtreecommitdiff
path: root/src/include/kind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kind.h')
-rw-r--r--src/include/kind.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/include/kind.h b/src/include/kind.h
new file mode 100644
index 000000000..26a3dd607
--- /dev/null
+++ b/src/include/kind.h
@@ -0,0 +1,24 @@
+/********************* -*- C++ -*- */
+/** expr_manager.h
+ ** This file is part of the CVC4 prototype.
+ **
+ ** The Analysis of Computer Systems Group (ACSys)
+ ** Courant Institute of Mathematical Sciences
+ ** New York University
+ **/
+
+#ifndef __CVC4_EXPR_MANAGER_H
+#define __CVC4_EXPR_MANAGER_H
+
+namespace CVC4 {
+
+enum Kind {
+ AND,
+ OR,
+ XOR,
+ NOT,
+ PLUS,
+ MINUS,
+ UMINUS,
+
+};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback