]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2009-09-16 vijay_ganeshminor edits. Lot more work remains in optimizing FOR...
2009-09-15 trevor_hansenFixes an off-by-one defect introduced in #230
2009-09-15 trevor_hansen* Add signed & unsigned shifts to a test generator
2009-09-15 trevor_hansenThe constant evaluator can now evaluate shifts by amoun...
2009-09-14 trevor_hansen* Build by defualt a 32-bit executable.
2009-09-14 trevor_hansenThe result of the -t option (quick statistics), also...
2009-09-14 trevor_hansenAdd a new class for tracking the runtimes. e.g. Simplif...
2009-09-13 vijay_ganeshadded FOR-construct tests
2009-09-13 vijay_ganeshadded parameterized boolean variables
2009-09-12 vijay_ganeshsome changes to abs-refinement
2009-09-11 vijay_ganeshminor edits
2009-09-11 vijay_ganeshfixed some issues with FOR-construct
2009-09-10 vijay_ganeshAdded EXCEPT construct for the FOR-construct
2009-09-10 trevor_hansenRough version of smtlib print back. The output version...
2009-09-10 trevor_hansenImprove dependency generation:
2009-09-09 vijay_ganeshmoved bitvec directory to const-evaluator. moved consta...
2009-09-09 vijay_ganeshFor-construct seems to be working
2009-09-09 vijay_ganeshminor edits
2009-09-09 vijay_ganeshThere was link error due to versionString.cpp. It has...
2009-09-09 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-09-09 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-09-09 trevor_hansen* Use svnversion at build time to insert the current...
2009-09-09 trevor_hansen* Flatten AND, OR & BVPLUS completely via SimplifyTerm
2009-09-09 trevor_hansen* Automatically build dependencies during make. This...
2009-09-09 trevor_hansen* Delete the bvsolver object as soon as we're finished...
2009-09-08 vijay_ganeshminor edits
2009-09-07 vijay_ganeshadded new directories abstraction-refinement and to...
2009-09-07 vijay_ganeshemacs indentation done
2009-09-07 vijay_ganeshcoded up abstraction-refinement
2009-09-07 vijay_ganeshminor edits
2009-09-07 vijay_ganeshchanged regression names
2009-09-06 vijay_ganeshchanged regressall to regresscvc
2009-09-06 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-09-06 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-09-06 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-09-06 vijay_ganeshAdded capability to print back CVC-language input to STP
2009-09-06 vijay_ganeshadded vc_ExtractBit_One
2009-09-06 vijay_ganeshminor changes to c_interface
2009-09-06 trevor_hansenAdding SVN property to replace $Id$ with the version...
2009-09-06 trevor_hansen* Update the AST/Makefile to automatically build a...
2009-09-05 vijay_ganeshadding printback code.
2009-09-05 vijay_ganeshchanged the smt parser as well to return objects
2009-09-04 vijay_ganeshMajor code refactoring. Moved main.cpp to main. Globals...
2009-09-04 vijay_ganeshcleaned up FOR-construct parsing, and printing
2009-09-04 vijay_ganeshBasic finite-FOR loop coded up. Testing/Debugging under way
2009-09-04 trevor_hansenHeader file I meant to checkin with #180
2009-09-04 trevor_hansen* The prior version would not compile without -NDEBUG...
2009-09-04 trevor_hansenReverted to version 164. I didn't realise Vijay runs...
2009-09-04 trevor_hansen* Whitespace changes to reduce compiler warnings.
2009-09-04 trevor_hansen* Remove NEQ. NEQ is converted by the CVC parser into...
2009-09-03 vijay_ganeshadded enum for Solver returntype
2009-09-03 vijay_ganeshmore cleanup
2009-09-03 vijay_ganeshmore cleanup
2009-09-03 vijay_ganeshmoved many BeevMgr and related classes print functions...
2009-09-03 vijay_ganeshmoved many BeevMgr and related classes print functions...
2009-09-03 vijay_ganeshadded scripts to do emacs formatting
2009-09-03 vijay_ganeshMoved abstraction refinement function to a separate...
2009-09-03 vijay_ganeshlots of small useful edits. Has some untested FOR-const...
2009-09-03 trevor_hansenAdding version number to help output of the binary.
2009-09-03 trevor_hansenTrying to get version number in the executable
2009-09-03 trevor_hansenSetting svn:keywords property on main.cpp. Trying to...
2009-09-02 vijay_ganeshRemoved lots of useless code. The FOR loop code is...
2009-09-02 trevor_hansenDeleting SimplifyTermAux(), which seems redundant.
2009-09-01 trevor_hansen* lhsminusrhs(..) does not perform its simplification...
2009-08-31 vijay_ganeshminor edits
2009-08-31 vijay_ganeshremoved SMTLIB C-flag
2009-08-30 trevor_hansenWhen using the SMT parser (x % 0) and (x /0) both evalu...
2009-08-29 trevor_hansen* Test file generator for mul, div, rem.
2009-08-28 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-28 vijay_ganeshmade some minor edits to info files
2009-08-28 vijay_ganeshcomments added to vc_cvcParseExpr in c_interface
2009-08-28 vijay_ganeshminor Makefile edits
2009-08-28 vijay_ganeshChanged Makefile so that cvc/smt/c-api regressions...
2009-08-28 vijay_ganeshIntroduced a C API regression option 'make regress_c_ap...
2009-08-28 vijay_ganeshGot rid of the annoying warning in AST.cpp compilation...
2009-08-28 vijay_ganeshMore minor changes to Makefiles. Added Unsound
2009-08-28 vijay_ganeshMore minor changes to Makefiles. Added Unsound
2009-08-28 vijay_ganeshadded FOR loop construct to parser.
2009-08-28 vijay_ganeshMinor changes to make scripts. Since files got moved...
2009-08-28 trevor_hansenFix a small (24 byte) memory leak per call to CNF gener...
2009-08-27 trevor_hansenMoving the Lisp & Presentation Language (PL) printers...
2009-08-24 trevor_hansen* Stop compiler warnings from the smtlib parser.
2009-08-22 katelmanFixed -x bug in the CNF converter, and added a test...
2009-08-21 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-21 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-21 vijay_ganeshadded rna2.cvc to tests/bio-tests dir
2009-08-21 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-18 vijay_ganeshadded an option for pure binary printing
2009-08-14 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-14 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-14 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-14 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-14 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-14 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-14 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-14 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-14 vijay_ganeshadded directory for QF_BV examples
2009-08-13 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
2009-08-12 vijay_ganeshminor changes
2009-08-12 vijay_ganeshgit-svn-id: https://stp-fast-prover.svn.sourceforge...
next