]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
* Make the constant evaluator a non member function. This allows the simplifying...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 29 May 2010 05:52:37 +0000 (05:52 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 29 May 2010 05:52:37 +0000 (05:52 +0000)
commit4090ba22a62577fe9b518d46b07de1796ed47009
tree114d587ab34311f180216b63e9637249b34fda57
parentb4c2d54fee5a287a0afbb2851e6438a474917d84
* Make the constant evaluator a non member function. This allows the simplifying node factory to use it without holding a reference to a Simplifier object.
* Change the simplifier to use the simplifying node factory by default.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@801 e59a4935-1847-0410-ae03-e826735625c1
src/AST/NodeFactory/SimplifyingNodeFactory.cpp
src/AST/NodeFactory/SimplifyingNodeFactory.h
src/simplifier/Makefile
src/simplifier/consteval.cpp
src/simplifier/simplifier.cpp
src/simplifier/simplifier.h