]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2011-02-22 trevor_hansenImprovement. Match the difficulty score better to the...
2011-02-22 trevor_hansenImprovement. The start of an unsigned interval simplifi...
2011-02-22 trevor_hansenImprovement. Handle extracts especially when doing...
2011-02-21 trevor_hansenBugfix. r1152 was broken. It got the widths wrong.
2011-02-21 trevor_hansenA new test case for the special unconstrained extract...
2011-02-21 trevor_hansenImprovement. Simplifying EQ a little better.
2011-02-14 trevor_hansenAdd find pure literals code.oooops.
2011-02-14 trevor_hansenEnable pure literal elimination, and unconstrained...
2011-02-14 trevor_hansenRemove unused configuration option. Update qualifiers.
2011-02-14 trevor_hansenAdd --config options to enable CNF conversion via Tseit...
2011-02-14 trevor_hansenAdd the code for unconstrained variable elimination...
2011-02-14 trevor_hansenImprovements.
2011-02-11 trevor_hansenAdd categories to the RunTime class for new simplifications
2011-02-10 trevor_hansenFix a leak in _asserts. I know of no other leaks.
2011-02-10 trevor_hansenImprovement. The SMTLIB1 & SMTLIB2 parsers were holding...
2011-02-10 khooypAdd conditional workaround for flex < 2.5.20, such...
2011-02-10 khooypClean up the build system for src/parser.
2011-02-10 khooypTemporarily rename CVC.* to cvclib.*; to be renamed...
2011-02-10 khooypFix inconsistent line endings, and execute bit on a...
2011-02-10 khooypFix a typo in the help string.
2011-02-08 trevor_hansenFix. For r1131 I deleted the wrong file.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang. Fix typos that caused main...
2011-02-07 trevor_hansenSpeedup the test harness. For the CVC tests STP is...
2011-02-05 trevor_hansenImprovement. Simplifiy from (X bvdiv 1) to X.
2011-02-05 trevor_hansenSpeedup. When performing constant bit propagation,...
2011-02-03 trevor_hansenImprovement. Reduce the scope of the bvsolver.
2011-02-03 trevor_hansenConvert these tests from cvc to smtlib2 format. The...
2011-02-03 trevor_hansenBugfix. The c-api calls ~STP and ~STPMgr. The changes...
2011-02-02 trevor_hansenImprovement. Cleanup memory better at the end.
2011-02-02 trevor_hansenImprovement. Use ABC's CNF converter by default when...
2011-02-02 trevor_hansenRemove no longer used code.
2011-02-02 trevor_hansenFix. Apply substitutions in another place to avoid...
2011-02-01 trevor_hansenLess Memory. Cache less frequently.
2011-02-01 trevor_hansenSpeedup. Track which sets have already being added...
2011-01-31 trevor_hansenFix. Without a CallSAT_Result check call sometimes...
2011-01-31 trevor_hansenFix. If not simplifying during parsing an assertion...
2011-01-30 trevor_hansenBugfix. Substitutions need to be written through arrays...
2011-01-30 trevor_hansenBugfix. Substitutions need to be written through arrays...
2011-01-30 trevor_hansen* The -t option now tracks time spent applying the...
2011-01-30 trevor_hansenFix. The last revision has some debugging messages...
2011-01-30 trevor_hansenImprovement. Add substitution for variables by arbitary...
2011-01-30 trevor_hansen Remove the full bvsolve option. I'm soon to commit...
2011-01-27 trevor_hansenCleanup. Remove Doug Lea's Malloc which is no longer...
2011-01-27 trevor_hansenImprovement. Output peak memory usage, and CPU time...
2011-01-27 trevor_hansenRefactor. Split out the code to determine which variabl...
2011-01-26 trevor_hansen* Improvement. Add array read refinement to the quick...
2011-01-26 trevor_hansenFix. Thanks to Dan Kaminsky for the report. It didn...
2011-01-26 trevor_hansenSpeedup. Problems with lots of pluses sometimes ran...
2011-01-26 trevor_hansenFix. The c-api wasn't working because refactored object...
2011-01-24 trevor_hansenFix. Ooops. I'd commented out the fix of r1082 / r1083.
2011-01-23 trevor_hansenRefactor. Move the code that goes to CNF via ASTNodes...
2011-01-23 trevor_hansenRefactor. Move the clause bucket size so it can be...
2011-01-23 trevor_hansenBugfix. An assertion error would be produced because...
2011-01-19 trevor_hansenFix. remove the -j option. Which did nothing. It used...
2011-01-19 trevor_hansenFix. sat, unsat, unknown aren't reserved words so they...
2011-01-19 trevor_hansenThe gulwani smtlib tests require arity > 2 bvplus and...
2011-01-19 trevor_hansenSpeedup. When parsing don't create symbols for the...
2011-01-19 trevor_hansenCleanup / Refactor. Will call the sat solver fewer...
2011-01-19 trevor_hansenBugfix. Maybe. Empty smtlib and smtlib2 format files...
2011-01-19 trevor_hansenAdd the --config_full_bvsolve=1 option. With this optio...
2011-01-18 trevor_hansenFix. ClearAllTables() deleted all the dynamically alloc...
2011-01-18 trevor_hansenBugfix. The same index could be stored twice in the...
2011-01-18 trevor_hansenCleanup. Scope a variable so that it's killed of early.
2011-01-18 trevor_hansenBugfix. Experimental. Complicated input caused an asser...
2011-01-17 trevor_hansenSpeedup. Use the better caching for the bit-vector...
2011-01-14 trevor_hansenBugfix. Running with -t would fail if the shortcut...
2011-01-13 trevor_hansenRemove experimental code (that wasn't enabled). That...
2011-01-13 trevor_hansenBugfix. I forgot the return on a function. This only...
2011-01-09 trevor_hansenBugfix. Another leak introduced in r1055.
2011-01-09 trevor_hansenBugfix. A large memory leak was introduced in r1055.
2011-01-09 trevor_hansenFix a small memory leak.
2011-01-09 trevor_hansenFix small memory leak.
2011-01-08 trevor_hansenBugfix to the incremental cnf code (which isn't yet...
2011-01-08 trevor_hansenAllow incremental building of the CNF from AIGs using...
2011-01-08 trevor_hansen* Speed up the bvsolver. Reduce the number of copies...
2011-01-07 trevor_hansenCleanup/Speedup. Minor changes to simplify formula.
2011-01-06 trevor_hansenBugfix. Would segfault if a vector was empty.
2011-01-03 trevor_hansen* Remove the arraywrite_refinement_flag boolean flag...
2011-01-03 trevor_hansenSpeedup, Cleanup of the SATBased_ArrayReadRefinement...
2011-01-02 trevor_hansenBugfix. Prevent *TrueDummy* being output in the counter...
2011-01-02 trevor_hansenSpeedup. Experimental. Caching was disabled when conver...
2011-01-02 trevor_hansenRefactor. Remove some commented out code. No idea what...
2011-01-02 trevor_hansenCleanup / Speedup. Unnecessary work was done when build...
2011-01-02 trevor_hansenBugfix. I didn't realise that the Flatten function...
2011-01-02 trevor_hansenRefactor. This shouldn't change anything
2011-01-01 trevor_hansenSpeedup. The old Flatten was too slow. On an instance...
2010-12-31 trevor_hansenExtra assertion. Assert that internally created variabl...
2010-12-31 trevor_hansenSmall leak fix. Didn't delete the variable introduced...
2010-12-31 trevor_hansenFix the build. The speedup in the prior checkin needs...
2010-12-31 trevor_hansenSpeedup. This makes it much faster to create some bvconsts.
next