]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Round $n$ as I try to incorporate my work from the summer. Major updates
authorkatelman <katelman@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 22 Oct 2008 19:18:17 +0000 (19:18 +0000)
committerkatelman <katelman@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 22 Oct 2008 19:18:17 +0000 (19:18 +0000)
commitb4a0122adb658edf83309a6a4bd6b86cfe23b0f8
tree85a369efbb4024265521b6787a86474457c9c832
Round $n$ as I try to incorporate my work from the summer. Major updates
include (a) the newest version of MiniSat, (b) improved CNF conversion, and (c)
various other improvements.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@32 e59a4935-1847-0410-ae03-e826735625c1
165 files changed:
AST/AST.cpp [new file with mode: 0644]
AST/AST.h [new file with mode: 0644]
AST/ASTKind.kinds [new file with mode: 0644]
AST/ASTUtil.cpp [new file with mode: 0644]
AST/ASTUtil.h [new file with mode: 0644]
AST/BitBlast.cpp [new file with mode: 0644]
AST/Makefile [new file with mode: 0644]
AST/STLport_config.h [new file with mode: 0644]
AST/SimpBool.cpp [new file with mode: 0644]
AST/ToCNF.cpp [new file with mode: 0644]
AST/ToSAT.cpp [new file with mode: 0644]
AST/Transform.cpp [new file with mode: 0644]
AST/asttest.cpp [new file with mode: 0644]
AST/bbtest.cpp [new file with mode: 0644]
AST/cnftest.cpp [new file with mode: 0644]
AST/genkinds.pl [new file with mode: 0755]
INSTALL [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.common [new file with mode: 0644]
Makefile.cvc [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
Makefile.smt [new file with mode: 0644]
PAPERS/EXE-STP-TISSEC-Journal-2007.pdf [new file with mode: 0644]
PAPERS/EXE-STP.pdf [new file with mode: 0644]
PAPERS/vijayganesh-stp-paper.pdf [new file with mode: 0644]
README [new file with mode: 0644]
TALKS/MIT-vijayganesh-stp-talk.pdf [new file with mode: 0644]
TALKS/MIT-vijayganesh-stp-talk.ppt [new file with mode: 0644]
big-test/dsa_chop_allopt.stp [new file with mode: 0644]
big-test/dsa_chop_allopt.stp.cvc [new file with mode: 0644]
big-test/dsa_chop_dc.stp [new file with mode: 0644]
big-test/dsa_chop_dc.stp.cvc [new file with mode: 0644]
big-test/dsa_chop_noopt-nossa.stp [new file with mode: 0644]
big-test/dsa_chop_noopt-nossa.stp.cvc [new file with mode: 0644]
big-test/dsa_chop_noopt-ssa.stp [new file with mode: 0644]
big-test/dsa_chop_noopt-ssa.stp.cvc [new file with mode: 0644]
big-test/dsa_chop_noopt.stp [new file with mode: 0644]
big-test/dsa_chop_noopt.stp.cvc [new file with mode: 0644]
big-test/histar-big-tests/chained-call-slowdown/README [new file with mode: 0644]
big-test/histar-big-tests/chained-call-slowdown/test [new file with mode: 0755]
big-test/histar-big-tests/chained-call-slowdown/test.c [new file with mode: 0644]
big-test/histar-big-tests/histar-long-query14143.cvc [new file with mode: 0644]
big-test/histar-big-tests/histar-long-query14262.cvc [new file with mode: 0644]
big-test/histar-big-tests/histar-long-query14281.cvc [new file with mode: 0644]
big-test/histar-big-tests/histar-long-query14286.cvc [new file with mode: 0644]
big-test/histar-big-tests/histar-long-query14295.cvc [new file with mode: 0644]
big-test/histar-big-tests/histar-long-query14398.cvc [new file with mode: 0644]
big-test/histar-big-tests/histar-long-query14426.cvc [new file with mode: 0644]
big-test/histar-big-tests/histar-long-query14466.cvc [new file with mode: 0644]
big-test/histar-big-tests/histar-long-query14510.cvc [new file with mode: 0644]
big-test/histar-big-tests/slow-with-cvs/README [new file with mode: 0644]
big-test/histar-big-tests/slow-with-cvs/test.c [new file with mode: 0644]
bin/run_tests [new file with mode: 0755]
bin/run_tests.smt [new file with mode: 0755]
bitvec/Makefile [new file with mode: 0644]
bitvec/consteval.cpp [new file with mode: 0644]
c-api-tests/array-cvcl-02.c [new file with mode: 0644]
c-api-tests/b4-c.c [new file with mode: 0644]
c-api-tests/b4-c2.c [new file with mode: 0644]
c-api-tests/getbvunsignedlonglong-check.c [new file with mode: 0644]
c-api-tests/multiple-queries.c [new file with mode: 0644]
c-api-tests/print.c [new file with mode: 0644]
c-api-tests/push-pop-1.c [new file with mode: 0644]
c-api-tests/push-pop.c [new file with mode: 0644]
c-api-tests/sbvmod.c [new file with mode: 0644]
c-api-tests/simplify.c [new file with mode: 0644]
c-api-tests/simplify1.c [new file with mode: 0644]
c-api-tests/stp-counterex.c [new file with mode: 0644]
c-api-tests/stp-div-001.c [new file with mode: 0644]
c-api-tests/stpcheck.c [new file with mode: 0644]
c-api-tests/x.c [new file with mode: 0644]
c-api-tests/y.c [new file with mode: 0644]
c_interface/Makefile [new file with mode: 0644]
c_interface/c_interface.cpp [new file with mode: 0644]
c_interface/c_interface.h [new file with mode: 0644]
c_interface/fdstream.h [new file with mode: 0644]
clean-install [new file with mode: 0755]
config.info [new file with mode: 0644]
configure [new file with mode: 0755]
constantbv/Makefile [new file with mode: 0644]
constantbv/constantbv.cpp [new file with mode: 0644]
constantbv/constantbv.h [new file with mode: 0644]
eric-test/acl2-stp1.cvc [new file with mode: 0644]
eric-test/acl2-stp2.cvc [new file with mode: 0644]
eric-test/acl2-stp26.cvc [new file with mode: 0644]
eric-test/acl2-stp3.cvc [new file with mode: 0644]
eric-test/acl2-stp4.cvc [new file with mode: 0644]
eric-test/tmpstpfile18340.cvc [new file with mode: 0644]
eric-test/tmpstpfile23060b.cvc [new file with mode: 0644]
generated_tests/extract.pl [new file with mode: 0755]
generated_tests/form_128.var_32.bits_32.cvc [new file with mode: 0644]
generated_tests/form_16.var_32.bits_32.cvc [new file with mode: 0644]
generated_tests/form_256.var_32.bits_32.cvc [new file with mode: 0644]
generated_tests/form_32.var_128.bits_32.cvc [new file with mode: 0644]
generated_tests/form_32.var_16.bits_32.cvc [new file with mode: 0644]
generated_tests/form_32.var_256.bits_32.cvc [new file with mode: 0644]
generated_tests/form_32.var_32.bits_32.cvc [new file with mode: 0644]
generated_tests/form_32.var_4.bits_32.cvc [new file with mode: 0644]
generated_tests/form_32.var_64.bits_32.cvc [new file with mode: 0644]
generated_tests/form_32.var_8.bits_32.cvc [new file with mode: 0644]
generated_tests/form_4.var_32.bits_32.cvc [new file with mode: 0644]
generated_tests/form_64.var_32.bits_32.cvc [new file with mode: 0644]
generated_tests/form_8.var_32.bits_32.cvc [new file with mode: 0644]
generated_tests/g.cvc [new file with mode: 0644]
generated_tests/gen2.cvc [new file with mode: 0644]
generated_tests/run-experiments.pl [new file with mode: 0755]
generated_tests/testgen.pl [new file with mode: 0755]
liblinks.sh [new file with mode: 0755]
ocaml-wrapper/COPYRIGHT-NOTICE [new file with mode: 0644]
ocaml-wrapper/Makefile [new file with mode: 0644]
ocaml-wrapper/OCamlMakefile [new file with mode: 0644]
ocaml-wrapper/libstp.idl [new file with mode: 0644]
ocaml-wrapper/libstp_regerrorhandler.c [new file with mode: 0644]
ocaml-wrapper/stpvc.ml [new file with mode: 0644]
ocaml-wrapper/stpvc.mli [new file with mode: 0644]
parser/.PL.y.swp [new file with mode: 0644]
parser/.parsePL.cpp.swp [new file with mode: 0644]
parser/Makefile [new file with mode: 0644]
parser/Makefile.smt [new file with mode: 0644]
parser/PL.lex [new file with mode: 0644]
parser/PL.y [new file with mode: 0644]
parser/let-funcs.cpp [new file with mode: 0644]
parser/main.cpp [new file with mode: 0644]
parser/smtlib.lex [new file with mode: 0644]
parser/smtlib.y [new file with mode: 0644]
regressions/2007-07-21-regress.log_bigarray-test [new file with mode: 0644]
regressions/2007-07-22-regress.log [new file with mode: 0644]
regressions/2008-01-14-regress.log [new file with mode: 0644]
regressions/2008-01-14-regress.log-big-test [new file with mode: 0644]
regressions/2008-01-14-regress.log-bigarray-test [new file with mode: 0644]
regressions/2008-01-15-regress.log [new file with mode: 0644]
regressions/2008-01-15-regress.log-bigarray-test [new file with mode: 0644]
regressions/README [new file with mode: 0644]
sat/LICENSE [new file with mode: 0644]
sat/README [new file with mode: 0644]
sat/core/Main.C [new file with mode: 0644]
sat/core/Makefile [new file with mode: 0644]
sat/core/Solver.C [new file with mode: 0644]
sat/core/Solver.h [new file with mode: 0644]
sat/core/SolverTypes.h [new file with mode: 0644]
sat/core/depend.mk [new file with mode: 0644]
sat/mtl/Alg.h [new file with mode: 0644]
sat/mtl/BasicHeap.h [new file with mode: 0644]
sat/mtl/BoxedVec.h [new file with mode: 0644]
sat/mtl/Heap.h [new file with mode: 0644]
sat/mtl/Map.h [new file with mode: 0644]
sat/mtl/Queue.h [new file with mode: 0644]
sat/mtl/Sort.h [new file with mode: 0644]
sat/mtl/Vec.h [new file with mode: 0644]
sat/mtl/template.mk [new file with mode: 0644]
sat/simp/Main.C [new file with mode: 0644]
sat/simp/Makefile [new file with mode: 0644]
sat/simp/SimpSolver.C [new file with mode: 0644]
sat/simp/SimpSolver.h [new file with mode: 0644]
sat/simp/depend.mk [new file with mode: 0644]
simplifier/Makefile [new file with mode: 0644]
simplifier/bvsolver.cpp [new file with mode: 0644]
simplifier/bvsolver.h [new file with mode: 0644]
simplifier/simplifier.cpp [new file with mode: 0644]
web/stp-docs.html [new file with mode: 0644]
web/stp-papers.html [new file with mode: 0644]
web/stp-tools.html [new file with mode: 0644]
web/stp.html [new file with mode: 0644]
web/template.html [new file with mode: 0644]