summaryrefslogtreecommitdiff
path: root/src/include/vc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/vc.h')
-rw-r--r--src/include/vc.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/include/vc.h b/src/include/vc.h
new file mode 100644
index 000000000..d4b293a28
--- /dev/null
+++ b/src/include/vc.h
@@ -0,0 +1,25 @@
+/********************* -*- C++ -*- */
+/** vc.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_VC_H
+#define __CVC4_VC_H
+
+/* TODO provide way of querying whether you fall into a fragment /
+ * returning what fragment you're in */
+
+namespace CVC4 {
+
+class ValidityChecker {
+public:
+ void doCommand(Command);
+};
+
+} /* CVC4 namespace */
+
+#endif /* __CVC4_VC_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback