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/smt/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/smt/Makefile.am') diff --git a/src/smt/Makefile.am b/src/smt/Makefile.am index 319b25576..8878448d5 100644 --- a/src/smt/Makefile.am +++ b/src/smt/Makefile.am @@ -10,4 +10,5 @@ libsmt_la_SOURCES = \ smt_engine.h \ noninteractive_exception.h \ bad_option_exception.h \ - no_such_function_exception.h + no_such_function_exception.h \ + options.h -- cgit v1.2.3