]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
more reorganization. introduced STPManager directory, and move BeevMgr class to it
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 5 Oct 2009 17:28:56 +0000 (17:28 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 5 Oct 2009 17:28:56 +0000 (17:28 +0000)
commitcc1853bdd29253034947994cd634884918aa275c
tree0880ccd7a9fed77f357b112bdaa2aee9651fa5bd
parent7fa49bca62616dd34e2eda1c6eb1ceafc44923b7
more reorganization. introduced STPManager directory, and move BeevMgr class to it

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@280 e59a4935-1847-0410-ae03-e826735625c1
24 files changed:
Makefile
scripts/Makefile.in
src/AST/AST.h
src/AST/ASTBVConst.cpp
src/AST/ASTInterior.cpp
src/AST/ASTNode.cpp
src/AST/ASTSymbol.cpp
src/AST/RunTimes.cpp
src/AST/Transform.cpp
src/STPManager/STPManager.cpp [moved from src/AST/AST.cpp with 99% similarity]
src/abstraction-refinement/AbstractionRefinement.cpp
src/const-evaluator/consteval.cpp
src/main/Makefile
src/parser/let-funcs.cpp
src/parser/parser.h
src/printer/CPrinter.cpp
src/printer/printers.h
src/simplifier/Makefile
src/simplifier/bvsolver.cpp
src/simplifier/simplifier.cpp
src/to-sat/BitBlast.cpp
src/to-sat/SimpBool.cpp
src/to-sat/ToCNF.cpp
src/to-sat/ToSAT.cpp