From d6b37239a2e525e7878d3bb0b4372a8dabc340a9 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Sun, 10 Oct 2010 22:15:38 +0000 Subject: 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 --- src/main/util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/util.cpp') diff --git a/src/main/util.cpp b/src/main/util.cpp index 760bd5258..70cb85c93 100644 --- a/src/main/util.cpp +++ b/src/main/util.cpp @@ -24,7 +24,7 @@ #include #include "util/exception.h" -#include "util/options.h" +#include "smt/options.h" #include "util/Assert.h" #include "util/stats.h" -- cgit v1.2.3