]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
All userdefined flags are now local to STPManager. not global anymore
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 14 Oct 2009 19:53:48 +0000 (19:53 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 14 Oct 2009 19:53:48 +0000 (19:53 +0000)
commit2a6be219044f950d3b3c9e4ebbd5ed07119e2a15
treed37a11530f467eeb0f02c7477417b3b28d23c081
parentc126604703f0aeb26d014e9df44cb9291060a3bd
All userdefined flags are now local to STPManager. not global anymore

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@303 e59a4935-1847-0410-ae03-e826735625c1
44 files changed:
scripts/Makefile.common
src/AST/ASTBVConst.cpp
src/AST/ASTUtil.cpp
src/AST/ArrayTransformer.cpp
src/AST/ArrayTransformer.h
src/AST/UsefulDefs.h
src/STPManager/STP.cpp
src/STPManager/STPManager.cpp
src/STPManager/STPManager.h
src/STPManager/UserDefinedFlags.h [new file with mode: 0644]
src/absrefine_counterexample/AbstractionRefinement.cpp
src/absrefine_counterexample/CounterExample.cpp
src/c_interface/c_interface.cpp
src/c_interface/c_interface.h
src/main/Globals.cpp
src/main/Globals.h
src/main/main.cpp
src/parser/CVC.y
src/parser/smtlib.y
src/simplifier/consteval.cpp
src/simplifier/simplifier.cpp
src/simplifier/simplifier.h
src/to-sat/CallSAT.cpp
src/to-sat/SimpBool.cpp
src/to-sat/ToSAT.cpp
tests/c-api-tests/Makefile
tests/c-api-tests/array-cvcl-02.c
tests/c-api-tests/b4-c.c
tests/c-api-tests/b4-c2.c
tests/c-api-tests/biosat-rna.cpp
tests/c-api-tests/cvc-to-c.cpp
tests/c-api-tests/getbvunsignedlonglong-check.c
tests/c-api-tests/multiple-queries.c
tests/c-api-tests/parsefile-using-cinterface.c
tests/c-api-tests/print.c
tests/c-api-tests/push-pop-1.c
tests/c-api-tests/push-pop.c
tests/c-api-tests/simplify.c
tests/c-api-tests/simplify1.c
tests/c-api-tests/stp-counterex.c
tests/c-api-tests/stp-div-001.c
tests/c-api-tests/stpcheck.c
tests/c-api-tests/x.c
tests/c-api-tests/y.c