]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2009-11-04 trevor_hansenBugfixes.
2009-11-04 trevor_hansenBugfix. memory leak.
2009-11-04 trevor_hansenBugfix. A leak in simplifier.
2009-11-03 vijay_ganeshadded fix so that STP can read back its SMTLIB printout
2009-11-03 vijay_ganeshminor edit
2009-11-03 vijay_ganeshadded ability to parse SMT files from the c_interface
2009-11-03 trevor_hansen* Add the leak.c test which is currently failing.
2009-11-03 vijay_ganeshbucketization of clauses added, and tested
2009-11-03 vijay_ganeshAdded funcion in CallSAT.cpp to bucketize the clauselist
2009-10-30 vijay_ganeshminor edits
2009-10-30 vijay_ganeshminor edit
2009-10-30 vijay_ganeshadded missing #ifdef CRYPTOMINISAT in STP.cpp to instan...
2009-10-29 vijay_ganeshadded approrpiate comments in Makefile.common
2009-10-29 vijay_ganeshadded compile flags to select between the various SAT...
2009-10-29 vijay_ganeshminor edit
2009-10-29 vijay_ganeshminor edit to Makefile.in
2009-10-29 vijay_ganeshminor edit
2009-10-29 vijay_ganeshadded cryptominisat. the second time
2009-10-29 vijay_ganeshfixed the messup created in the src/sat directory
2009-10-29 vijay_ganeshsome svn issues with adding cryptominisat. Hence have...
2009-10-29 vijay_ganeshadded cryptominisat code. compiles/links and runs corre...
2009-10-29 trevor_hansenExplicitly comment out test code.
2009-10-28 vijay_ganeshdid emacs indentation of all files. fixed Makefiles...
2009-10-28 vijay_ganeshmore cleanup of the deletion of various classes. For...
2009-10-28 vijay_ganeshimproved the clearalltables() functions in various...
2009-10-28 trevor_hansenUpdate make files so that the "-j" option will work.
2009-10-28 trevor_hansenSet make's default shell to bash. Previously on my...
2009-10-28 trevor_hansenMakefile bug fix. Check the CRYPTOMINISAT flag when...
2009-10-28 vijay_ganeshchanged the undefined return value from MINISAT to...
2009-10-27 vijay_ganeshadded compile flags and other necessary setup for cyrpt...
2009-10-22 katelman* Fixed Mac OS X compilation bug. (pull out sys/time...
2009-10-22 vijay_ganeshminor edit
2009-10-22 vijay_ganeshminor edit
2009-10-22 vijay_ganeshFixed a serious memory error in vc_Destroy(). Deleting...
2009-10-22 vijay_ganeshadded headers for CVC testcases that previously didn...
2009-10-22 trevor_hansenMerge in changes from my branch r316 that remove redund...
2009-10-21 vijay_ganeshChanged makefiles in src/sat and scripts/Makefile.commo...
2009-10-21 vijay_ganeshadded configclean target to makefile. Instead of make...
2009-10-21 vijay_ganeshconfig.info is now getting deleted during make clean
2009-10-21 trevor_hansen* Merge convertFormulaToCNFPosAND() from my branch...
2009-10-21 trevor_hansenBugfix. Off-by-one in the simplifier. This merges in...
2009-10-21 trevor_hansenMerged in extra operations: repeat, bvcomp, bvxnor...
2009-10-21 trevor_hansenImportant BugFix. r230 introduced an off-by-one error...
2009-10-20 vijay_ganeshminor edits
2009-10-20 vijay_ganeshre-coded BVLE bit-blasting to start the bitblasting...
2009-10-20 vijay_ganeshchanged the majority function for bvplus-bitblasing...
2009-10-20 vijay_ganeshminor edits
2009-10-20 vijay_ganeshadded an abstraction/refinement loop for clause-additio...
2009-10-19 vijay_ganeshminor edits and indentation
2009-10-18 trevor_hansenSpeed up grep0084.stp.cvc & grep0117.stp.cvc, by reduci...
2009-10-16 vijay_ganeshminor edits
2009-10-16 vijay_ganeshminor edits
2009-10-16 vijay_ganeshchanged some files to fit into 80 characters terminal
2009-10-15 vijay_ganeshCleaned up the printing of bitblasted formula and claus...
2009-10-15 vijay_ganeshminor edit
2009-10-15 vijay_ganeshmarked completed tasks in the task-list
2009-10-14 vijay_ganeshformatted using gnu style
2009-10-14 vijay_ganeshAll userdefined flags are now local to STPManager....
2009-10-14 vijay_ganeshcode indented using emacs
2009-10-13 vijay_ganeshpush/pop now working through the c_interface. Clearallt...
2009-10-13 vijay_ganeshadded cleartables for each of the big classes
2009-10-12 vijay_ganeshminor edits
2009-10-12 vijay_ganeshremoved ASTUtil.h and merged with UsefulDefs.h
2009-10-12 vijay_ganeshreplaced hash_map/hash_set with defines HASHMAP and...
2009-10-11 vijay_ganeshminor edits
2009-10-11 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-10-11 vijay_ganeshminor edits
2009-10-11 vijay_ganeshminor edits
2009-10-11 vijay_ganeshrenamed BeevMgr to STPMgr
2009-10-11 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-10-11 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-10-11 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-10-11 vijay_ganeshbig reorganization almost complete. I believe there...
2009-10-06 vijay_ganeshmoved all LET-variables related stuff into a separate...
2009-10-05 vijay_ganeshreorganized ToCNF
2009-10-05 vijay_ganeshmore reorganization. introduced STPManager directory...
2009-10-02 vijay_ganeshminor edits
2009-10-02 vijay_ganeshremoved symbol table from AST
2009-10-02 vijay_ganeshmore AST reorganization
2009-10-02 vijay_ganeshmore AST reorganization
2009-10-02 vijay_ganeshmoved function defintions for AST classes to appropriat...
2009-10-02 vijay_ganeshmassiv code cleanup. Created separate files for ASTNode...
2009-10-02 vijay_ganeshadded logs
2009-10-01 vijay_ganeshmassive changes. Added a LESSBYTES_PER_NODE option...
2009-09-30 vijay_ganeshshaved off 4 bytes from each ASTInternal node
2009-09-29 vijay_ganeshfixed bug in c_interface bvconstExprFromInt
2009-09-28 vijay_ganeshchanged the var decay. It improved performace
2009-09-27 vijay_ganeshadded checks for bvconst construction. checks if the...
2009-09-27 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-09-26 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-09-26 vijay_ganeshminor
2009-09-25 vijay_ganeshadded more tests
2009-09-24 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-09-24 vijay_ganeshminor edits
2009-09-24 trevor_hansenDifferent flex options as provided by Peter Collingbourne.
2009-09-23 trevor_hansen* get biosat-rna.cpp compiling on my machine.
2009-09-22 vijay_ganeshfixed the regression scripts so that we can run them...
2009-09-22 vijay_ganeshadded new testing perl script. minor edits to Makefiles.
2009-09-21 vijay_ganeshAll fixed. RNA example is running again. I had introduc...
2009-09-21 vijay_ganeshadded biosat-rna.cpp file. It is crashing now. Previous...
next