From: trevor_hansen Date: Tue, 31 Aug 2010 14:07:37 +0000 (+0000) Subject: Update the comments to match the last commit X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=815487d14a26276d29973f9e3f9c605be20347f9;p=francis%2Fstp.git Update the comments to match the last commit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1009 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/simplifier/bvsolver.cpp b/src/simplifier/bvsolver.cpp index ef73f88..ca27540 100644 --- a/src/simplifier/bvsolver.cpp +++ b/src/simplifier/bvsolver.cpp @@ -299,7 +299,9 @@ namespace BEEV } // can be SYMBOL or (BVUMINUS SYMBOL) or (BVMULT ODD_BVCONST SYMBOL) or - // (BVMULT ODD_BVCONST (EXTRACT SYMBOL BV_CONST ZERO)) + // (BVMULT ODD_BVCONST (EXTRACT SYMBOL BV_CONST ZERO)) or + // BVUMINUS (EXTRACT SYMBOL BV_CONST ZERO) or + // (EXTRACT SYMBOL BV_CONST ZERO) return outmonom; } //end of choosemonom()