summaryrefslogtreecommitdiff
path: root/src/compat/cvc3_compat.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-29 18:38:00 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-29 18:38:00 +0000
commite664ad1de4d35f5e37055706390a3e0ee6d8219b (patch)
tree96cfa7f62547152fc754c6c90c3527b58edb9972 /src/compat/cvc3_compat.h
parent42f89e550bb15d401c335ded7912a871b2b45af3 (diff)
compatibility work, documentation
Diffstat (limited to 'src/compat/cvc3_compat.h')
-rw-r--r--src/compat/cvc3_compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compat/cvc3_compat.h b/src/compat/cvc3_compat.h
index 81ac3a6aa..63df75a68 100644
--- a/src/compat/cvc3_compat.h
+++ b/src/compat/cvc3_compat.h
@@ -464,6 +464,8 @@ class CVC4_PUBLIC ValidityChecker {
ValidityChecker(const CLFlags& clflags);
+ void setUpOptions(CVC4::Options& options, const CLFlags& clflags);
+
public:
//! Constructor
ValidityChecker();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback