]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Refactoring.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 28 Jul 2010 02:05:38 +0000 (02:05 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 28 Jul 2010 02:05:38 +0000 (02:05 +0000)
commit8cd95a8aae91bea7497fcbe01ad0b9c942d13bb3
tree663874d114c76679c4f83f98b23c14390889001a
parent44de29a2a96091c84ee0b87e5b670512356079d0
Refactoring.
* CreateSymbol now takes the indexWidth and the valueWidth.
* I've removed most of the calls to setIndexWidth.
* CreateSymbol has been moved into the NodeFactory class.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@956 e59a4935-1847-0410-ae03-e826735625c1
19 files changed:
src/AST/ASTNode.cpp
src/AST/ArrayTransformer.cpp
src/AST/NodeFactory/HashingNodeFactory.h
src/AST/NodeFactory/NodeFactory.cpp
src/AST/NodeFactory/NodeFactory.h
src/AST/NodeFactory/SimplifyingNodeFactory.h
src/AST/NodeFactory/TypeChecker.h
src/STPManager/STPManager.cpp
src/STPManager/STPManager.h
src/c_interface/c_interface.cpp
src/parser/CVC.lex
src/parser/CVC.y
src/parser/ParserInterface.h
src/parser/smtlib.lex
src/parser/smtlib2.lex
src/printer/SMTLIBPrinter.cpp
src/simplifier/SubstitutionMap.cpp
src/simplifier/simplifier.cpp
src/to-sat/ToCNF.cpp