]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
big reorganization almost complete. I believe there is a slight slowdown.
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 11 Oct 2009 00:07:43 +0000 (00:07 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 11 Oct 2009 00:07:43 +0000 (00:07 +0000)
commit060db05a4330bdaeaa37cd535dddc333c69339fe
treed5f480a565dff8f46cb9b2776c9b63c646a5deb4
parent2fb6b88185201540f66f00b630a7dca65dfe0a96
big reorganization almost complete. I believe there is a slight slowdown.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@284 e59a4935-1847-0410-ae03-e826735625c1
63 files changed:
Makefile
scripts/Makefile.in
src/AST/AST.h
src/AST/ASTBVConst.cpp
src/AST/ASTBVConst.h
src/AST/ASTInterior.cpp
src/AST/ASTInternal.h
src/AST/ASTNode.cpp
src/AST/ASTNode.h
src/AST/ASTSymbol.cpp
src/AST/ASTSymbol.h
src/AST/ASTmisc.cpp [new file with mode: 0644]
src/AST/ArrayTransformer.cpp [moved from src/AST/Transform.cpp with 72% similarity]
src/AST/ArrayTransformer.h [new file with mode: 0644]
src/AST/Makefile
src/AST/RunTimes.h
src/AST/TopLevel.h
src/STPManager/Makefile [moved from src/const-evaluator/Makefile with 59% similarity]
src/STPManager/STP.cpp [new file with mode: 0644]
src/STPManager/STP.h [new file with mode: 0644]
src/STPManager/STPManager.cpp
src/STPManager/STPManager.h [new file with mode: 0644]
src/absrefine_counterexample/AbsRefine_CounterExample.h [new file with mode: 0644]
src/absrefine_counterexample/AbstractionRefinement.cpp [new file with mode: 0644]
src/absrefine_counterexample/CounterExample.cpp [new file with mode: 0644]
src/absrefine_counterexample/Makefile [moved from src/abstraction-refinement/Makefile with 85% similarity]
src/abstraction-refinement/AbstractionRefinement.cpp [deleted file]
src/c_interface/Makefile
src/c_interface/c_interface.cpp
src/counterexample/Makefile [new file with mode: 0644]
src/main/Globals.cpp
src/main/Globals.h
src/main/Makefile
src/main/main.cpp
src/parser/CVC.lex
src/parser/CVC.y
src/parser/Makefile
src/parser/let-funcs.h [new file with mode: 0644]
src/parser/parser.h
src/parser/smtlib.lex
src/parser/smtlib.y
src/printer/AssortedPrinters.cpp
src/printer/Makefile [new file with mode: 0644]
src/printer/PLPrinter.cpp
src/printer/SMTLIBPrinter.cpp
src/printer/printers.h
src/sat/core/Solver.h
src/sat/core/depend.mk [new file with mode: 0644]
src/sat/sat.h
src/sat/simp/SimpSolver.h
src/sat/simp/depend.mk
src/sat/unsound/UnsoundSimpSolver.h
src/sat/unsound/depend.mk [new file with mode: 0644]
src/simplifier/bvsolver.cpp
src/simplifier/bvsolver.h
src/simplifier/consteval.cpp [moved from src/const-evaluator/consteval.cpp with 88% similarity]
src/simplifier/simplifier.cpp
src/simplifier/simplifier.h [new file with mode: 0644]
src/to-sat/CallSAT.cpp [new file with mode: 0644]
src/to-sat/ToCNF.cpp
src/to-sat/ToCNF.h
src/to-sat/ToSAT.cpp
src/to-sat/ToSAT.h [new file with mode: 0644]