summaryrefslogtreecommitdiff
path: root/test/unit/theory
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-10-10 22:15:38 +0000
committerMorgan Deters <mdeters@gmail.com>2010-10-10 22:15:38 +0000
commitd6b37239a2e525e7878d3bb0b4372a8dabc340a9 (patch)
tree3db6b54c8b5873db1e6c91b1577d431d74632c66 /test/unit/theory
parent7a059452ebf5729723f610da9258a47007e38253 (diff)
additional model gen and SMT-LIBv2 compliance work: (get-assignment) now supported; work on Result type (biggest noticeable change is that CVC4 now outputs lowercase "sat" and "unsat"), Options class moved to src/smt, to allow for future work on runtime configuration via (set-option) command
Diffstat (limited to 'test/unit/theory')
-rw-r--r--test/unit/theory/shared_term_manager_black.h2
-rw-r--r--test/unit/theory/theory_engine_white.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/theory/shared_term_manager_black.h b/test/unit/theory/shared_term_manager_black.h
index a9b902dea..3e7a9f523 100644
--- a/test/unit/theory/shared_term_manager_black.h
+++ b/test/unit/theory/shared_term_manager_black.h
@@ -31,7 +31,7 @@
#include "context/context.h"
#include "util/rational.h"
#include "util/integer.h"
-#include "util/options.h"
+#include "smt/options.h"
#include "util/Assert.h"
using namespace CVC4;
diff --git a/test/unit/theory/theory_engine_white.h b/test/unit/theory/theory_engine_white.h
index 0920fbd56..965857684 100644
--- a/test/unit/theory/theory_engine_white.h
+++ b/test/unit/theory/theory_engine_white.h
@@ -35,7 +35,7 @@
#include "context/context.h"
#include "util/rational.h"
#include "util/integer.h"
-#include "util/options.h"
+#include "smt/options.h"
#include "util/Assert.h"
using namespace CVC4;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback