From d8da6a3644d1cdbe62d44a8eb80068da4d1d2855 Mon Sep 17 00:00:00 2001 From: Dejan Jovanović Date: Fri, 24 Feb 2012 20:29:12 +0000 Subject: Theory interface changes: solve -> ppAsert staticLearning -> ppStaticLearn preprocess -> ppRewrite SolveStatus -> PPAssertStatus (SOLVE_* -> PP_ASSERT_*) via Eclipse refactoring magic. --- src/theory/booleans/theory_bool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/booleans/theory_bool.h') diff --git a/src/theory/booleans/theory_bool.h b/src/theory/booleans/theory_bool.h index bd4c8d565..dd15436d8 100644 --- a/src/theory/booleans/theory_bool.h +++ b/src/theory/booleans/theory_bool.h @@ -36,7 +36,7 @@ public: Node getValue(TNode n); - SolveStatus solve(TNode in, SubstitutionMap& outSubstitutions); + PPAssertStatus ppAsert(TNode in, SubstitutionMap& outSubstitutions); std::string identify() const { return std::string("TheoryBool"); } };/* class TheoryBool */ -- cgit v1.2.3