From 1433806056059339dd16ae8e431feaae23553150 Mon Sep 17 00:00:00 2001 From: Dejan Jovanović Date: Thu, 3 May 2012 20:18:18 +0000 Subject: Some cleanup starting off from trying to understand the sharing code. Changes include * fixed term visitor from the bvprop branch * removed all the warnings from builds -- warnings are there to be noted *NOT* to be used as scribbles * moved the LogicInfo into the theory constructor --- src/theory/arith/theory_arith.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/theory/arith/theory_arith.h') diff --git a/src/theory/arith/theory_arith.h b/src/theory/arith/theory_arith.h index aa7740c37..59653b62d 100644 --- a/src/theory/arith/theory_arith.h +++ b/src/theory/arith/theory_arith.h @@ -259,7 +259,7 @@ private: DeltaRational getDeltaValue(TNode n); public: - TheoryArith(context::Context* c, context::UserContext* u, OutputChannel& out, Valuation valuation); + TheoryArith(context::Context* c, context::UserContext* u, OutputChannel& out, Valuation valuation, const LogicInfo& logicInfo); virtual ~TheoryArith(); /** @@ -271,8 +271,6 @@ public: void propagate(Effort e); Node explain(TNode n); - void notifyEq(TNode lhs, TNode rhs); - Node getValue(TNode n); void shutdown(){ } -- cgit v1.2.3