]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
* lhsminusrhs(..) does not perform its simplification if it will increase the number...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 1 Sep 2009 04:09:37 +0000 (04:09 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 1 Sep 2009 04:09:37 +0000 (04:09 +0000)
commit85a1cdd4147230c3ce01f7bb4db12c01858b5024
tree107b217266cb2525b94bc148914886d609b8a4bc
parent2e662deed02e8b5d484957689974c39642422b63
* lhsminusrhs(..) does not perform its simplification if it will increase the number of PLUS nodes (which are expensive).
* The Transform functions are now mostly non-member. The cache is created on entry to TopLevel and deleted on exit.
* regress_smt only checks the smt-test folder, not its subfolders! These regression tests take under a minute to run.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@165 e59a4935-1847-0410-ae03-e826735625c1
scripts/run_smt_tests.pl
src/AST/AST.cpp
src/AST/AST.h
src/AST/ToSAT.cpp
src/AST/Transform.cpp
src/parser/smtlib.y
src/simplifier/simplifier.cpp