]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2010-04-14 trevor_hansenChange a reference to a regular variable. This fixes...
2010-04-14 trevor_hansen* Bugfix. Fix the printed counterexample sometimes...
2010-04-14 trevor_hansenBugfix. r284 or earlier removed checking of counter...
2010-04-13 trevor_hansenIf STP is compiled with minisat-core, add a command...
2010-04-13 trevor_hansenRemove unsound-minisat as per Vijay's advice.
2010-04-12 smccamAdd configuration options for selecting SAT solver...
2010-04-05 trevor_hansenFix for failure reported by Alvin Cheung (r666)
2010-04-05 trevor_hansenDisable expensive "and"/"or" simplifications in the...
2010-04-05 trevor_hansenEnable the simplifying node factory when parsing smt...
2010-04-05 trevor_hansenThis fixes things I broke in r662:
2010-04-05 trevor_hansen* Rename let-funcs.cpp to LetMgr.cpp
2010-04-01 smccamSpecify default arguments only when compiling C++.
2010-03-30 smccamCall "make clean" *after* configure in clean-install...
2010-03-30 smccamRemove trailing comma at the end of an enumerator list...
2010-03-30 trevor_hansenFix the command line flag to output the bench format.
2010-03-24 vijay_ganeshadded a bunch of crypto examples to stp-tests/broken...
2010-03-24 vijay_ganeshadded more crypto tests to stp/tests/crypto-tests
2010-03-22 vijay_ganeshcommented out the mtrand initial seeding with time...
2010-03-22 vijay_ganeshadded new crypto tests, and perl-based crypto test...
2010-03-19 smccamAdd more destructors to the C interface, to help client...
2010-03-19 smccamExclude main/main.o from libstp.a.
2010-03-18 smccamOops, different fix for the same problem as r646. Actua...
2010-03-18 smccamRemove obsolete top-level svn:ignore entries: since...
2010-03-18 smccamUpdate svn:ignore properties with "depend" and more...
2010-03-18 trevor_hansenOutput flags for bench format, and a rough CNF.
2010-03-17 trevor_hansenWhen outputting to SMTLIB format handle properly some...
2010-03-14 trevor_hansen* When printing in CVC format, traverse the nodes looki...
2010-03-13 trevor_hansen* Mark some single argument functions as commutative.
2010-03-13 trevor_hansenCleanup after better after the lexer.
2010-03-13 trevor_hansenAdd command line arguments to print back gdl,dot,cvc...
2010-03-13 trevor_hansenFix the DIMACS CNF header
2010-03-10 trevor_hansen* Fix the SMT-LIB format printer so that it produces...
2010-03-09 trevor_hansenAllow lefshift by zero.
2010-03-09 trevor_hansenBugfix. Rightshift in CVC was broken. Thanks to Elnatan...
2010-03-07 trevor_hansenDeleting the contents of the clause list before SAT...
2010-03-07 trevor_hansenClear the contents of the BBTermMemo and BBFormMemo...
2010-03-07 trevor_hansenRemoving unused inputs to the ToSAT class.
2010-03-07 trevor_hansenCosmetic changes.
2010-03-07 trevor_hansenFixing build. My last checkin forgot to add building...
2010-03-06 trevor_hansenAdd the parts of the ABC system for sequential synthesi...
2010-03-02 trevor_hansen* When outputting runtimes with the -t flag, omit anyth...
2010-03-02 trevor_hansen* Merged in all the changes made to the bitblaster...
2010-03-01 trevor_hansenFirst step of integrating Bitblasting to AIGs.
2010-02-28 trevor_hansenAdding nodefactory classes to libstp so that libast...
2010-02-28 trevor_hansenAdding in test 21 to all.
2010-02-28 trevor_hansenTestcase and temporary bugfix for an interface problem...
2010-02-25 trevor_hansenUpdates to the "bench" printer.
2010-02-22 trevor_hansen* The bench printer prints out bitblasted formula which...
2010-02-13 trevor_hansenBugfix. Bitblasting failed when a BVSX didn't increase...
2010-02-04 trevor_hansenApply patch to fix Macos compilation provided by Mieszk...
2010-02-01 trevor_hansenNodeFactory classes that are used to build functions...
2010-01-21 vijay_ganeshfixed an important problem with YACC STACK DEPTH. It...
2010-01-20 trevor_hansenBugfix. revision 558 broke all the solvers except for...
2010-01-18 trevor_hansenBugfix. revision 556 broke cryptominisat. If cryptomini...
2010-01-18 trevor_hansenFix some leaks
2010-01-11 trevor_hansenBugfix. Simplifying minisat not setting a return code...
2010-01-10 vijay_ganeshBitBlast.cpp: Was generating XOR-clauses by default...
2010-01-09 vijay_ganeshminor modification to Makefile.common to isolate some...
2010-01-07 xiwavoid UINT32_MAX redefinition warning
2009-12-25 msoosUpdating CMS2 to r686
2009-12-24 msoosUpdating to CMS2 r 685, fixing some bugs and doing...
2009-12-22 msoosUpdating CMS2 to r681, fixing multiple bugs, and adding...
2009-12-16 msoosUpdating CryptoMiniSat2 to r656
2009-12-16 trevor_hansenFix simplifying minisat. Previously when the SIMP flag...
2009-12-11 vijay_ganeshaccidental Makefile.common commit
2009-12-11 vijay_ganeshbranched STP into a programmable branch. Add programmab...
2009-12-11 vijay_ganeshfixed erroneous checkin. reverted NOT functionality...
2009-12-11 vijay_ganeshconverting NOT(a) into XOR(a, true). Helps with bio...
2009-12-10 vijay_ganeshminor edit
2009-12-10 vijay_ganeshadded some relatively hard bio examples
2009-12-10 vijay_ganeshSet RenameAllSibs Flag to false. It was slowing down bio
2009-12-10 vijay_ganeshmade -fPIC and -march=native optional
2009-12-10 msoosUpdating CryptoMiniSat2 to r614. dynamicRestart is...
2009-12-09 vijay_ganeshadded SAT verbosity to statistics option
2009-12-09 vijay_ganeshadded -fPIC flag for Java programs that want to use...
2009-12-09 vijay_ganeshfixed the bug in CNF translation that caused test000013...
2009-12-08 vijay_ganeshgood options of CMS2 set
2009-12-08 vijay_ganeshfixed compile error on MacOS X
2009-12-08 vijay_ganeshclausal bucketing back in business
2009-12-08 vijay_ganeshcompletely got rid of abs-refine at boolean clausal...
2009-12-08 vijay_ganeshfixed a small bug in cryptominisat2
2009-12-08 msoosUpdating CryptoMiniSat to r594. dynamicRestarts is...
2009-12-08 vijay_ganeshminor edits
2009-12-08 vijay_ganeshcompleted the cnf dumping feature. it works
2009-12-08 vijay_ganeshadded cnf dumping facility
2009-12-08 vijay_ganeshminor edit
2009-12-08 msoosUpdating CryptoMiniSat to r586. Need to call 'void...
2009-12-07 msoosUpdating CryptoMiniSat to r579, fixing a small bug...
2009-12-07 vijay_ganeshXOR output for ITE
2009-12-07 msoosUpdating CryptoMiniSat2 to r577
2009-12-07 vijay_ganeshminor edit
2009-12-07 vijay_ganeshminor edit
2009-12-07 vijay_ganeshminor edit
2009-12-07 vijay_ganeshadded a regression script for synthesis tests
2009-12-07 msoosUpdating CryptoMiniSat to r565. Should solve the proble...
2009-12-07 vijay_ganeshminor edit
2009-12-07 vijay_ganeshcryptominisat2 is now the official SAT solver of STP
2009-12-06 vijay_ganeshadded option to that allows STP to give randomized...
2009-12-06 msoosUpdating CryptoMiniSat to SVN r561, fixing a log of...
2009-12-05 vijay_ganeshchanged the way BVDIV is bitblasted
next