From c94347913fa464b1ec6a3da2ab21e319c0c42e02 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 29 Sep 2011 05:15:30 +0000 Subject: Some base infrastructure for user push/pop; a few bugfixes to user push/pop and model gen also. I also expect this commit to fix bug #273. No performance change is expected on regressions with this commit, see http://goedel.cims.nyu.edu/regress-results/compare_jobs.php?job_id=2871&reference_id=2863 --- src/theory/builtin/theory_builtin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/theory/builtin') diff --git a/src/theory/builtin/theory_builtin.h b/src/theory/builtin/theory_builtin.h index 5c3c70443..f5a46b799 100644 --- a/src/theory/builtin/theory_builtin.h +++ b/src/theory/builtin/theory_builtin.h @@ -29,8 +29,8 @@ namespace builtin { class TheoryBuiltin : public Theory { public: - TheoryBuiltin(context::Context* c, OutputChannel& out, Valuation valuation) : - Theory(THEORY_BUILTIN, c, out, valuation) {} + TheoryBuiltin(context::Context* c, context::UserContext* u, OutputChannel& out, Valuation valuation) : + Theory(THEORY_BUILTIN, c, u, out, valuation) {} Node getValue(TNode n); std::string identify() const { return std::string("TheoryBuiltin"); } };/* class TheoryBuiltin */ -- cgit v1.2.3