summaryrefslogtreecommitdiff
path: root/src/include/vc.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-03 00:31:47 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-03 00:31:47 +0000
commita101d3298691265ee4cf72bed1ca59cd60318839 (patch)
treef445dfe10bc6d3cf983609afc1217e3d1be2ddeb /src/include/vc.h
parent6b9eec8b8b03e6c67c73aa931001949f06fea5fb (diff)
commit of project structure including autotools support
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