| 2011-03-25 |
trevor_hansen | Improvement. Convert left/right (NOT aritmetic), shifts... |
commit | commitdiff | tree | snapshot |
| 2011-03-25 |
trevor_hansen | Improvement. Better unsigned interval propagation of... |
commit | commitdiff | tree | snapshot |
| 2011-03-25 |
trevor_hansen | Fix remove an extra pair of brackets from LETs. Thanks... |
commit | commitdiff | tree | snapshot |
| 2011-03-24 |
trevor_hansen | Slight speedup to the hashing node factory. |
commit | commitdiff | tree | snapshot |
| 2011-03-24 |
trevor_hansen | Improvement. Create fewer objects. |
commit | commitdiff | tree | snapshot |
| 2011-03-24 |
trevor_hansen | Improvement. No longer have vectors in the ASTSymbol... |
commit | commitdiff | tree | snapshot |
| 2011-03-23 |
trevor_hansen | Speedup. Short cut before some copies were created. |
commit | commitdiff | tree | snapshot |
| 2011-03-23 |
trevor_hansen | Move CVC parser to using strings for LET names. Removes... |
commit | commitdiff | tree | snapshot |
| 2011-03-23 |
trevor_hansen | Improvement. SMTLIB2 lets now use strings for names... |
commit | commitdiff | tree | snapshot |
| 2011-03-23 |
trevor_hansen | Fix the SMTLIB1 to not accept badly formed input. Previ... |
commit | commitdiff | tree | snapshot |
| 2011-03-23 |
trevor_hansen | If there are unapplied substitutions before starting... |
commit | commitdiff | tree | snapshot |
| 2011-03-23 |
trevor_hansen | Refactor. Changes to whitespace only. |
commit | commitdiff | tree | snapshot |
| 2011-03-23 |
trevor_hansen | Refactor. A new function to check if there are unapplie... |
commit | commitdiff | tree | snapshot |
| 2011-03-23 |
trevor_hansen | Now assume there will be no unapplied substitutions... |
commit | commitdiff | tree | snapshot |
| 2011-03-23 |
trevor_hansen | Refactor. Convert from if-then-else to a switch. |
commit | commitdiff | tree | snapshot |
| 2011-03-21 |
trevor_hansen | Adds extra cases to the simplifying node factory. |
commit | commitdiff | tree | snapshot |
| 2011-03-21 |
trevor_hansen | Fix division by zero results. x % 0, now equals x. |
commit | commitdiff | tree | snapshot |
| 2011-03-20 |
trevor_hansen | Fix. x bvmod 0, now evaluates to x, not to 0. |
commit | commitdiff | tree | snapshot |
| 2011-03-20 |
trevor_hansen | Improvement. More cases for the simplifying node factory. |
commit | commitdiff | tree | snapshot |
| 2011-03-18 |
trevor_hansen | Remove debugging printf. |
commit | commitdiff | tree | snapshot |
| 2011-03-18 |
trevor_hansen | Test case for r1217. |
commit | commitdiff | tree | snapshot |
| 2011-03-18 |
trevor_hansen | Improvement. Pull bvsx through multiplication, signed... |
commit | commitdiff | tree | snapshot |
| 2011-03-18 |
trevor_hansen | Improvement. Add more operations to the unsigned interv... |
commit | commitdiff | tree | snapshot |
| 2011-03-17 |
trevor_hansen | Improved unsigned interval analysis. Extra operations... |
commit | commitdiff | tree | snapshot |
| 2011-03-16 |
trevor_hansen | Add some extra simplifications to the simplifying node... |
commit | commitdiff | tree | snapshot |
| 2011-03-14 |
trevor_hansen | * The simplifying node factory now removes TRUEs when... |
commit | commitdiff | tree | snapshot |
| 2011-03-14 |
trevor_hansen | Improvement. Start to use the simplifying node factory... |
commit | commitdiff | tree | snapshot |
| 2011-03-14 |
trevor_hansen | Improvement. With stats enabled, only output the first... |
commit | commitdiff | tree | snapshot |
| 2011-03-14 |
trevor_hansen | Make SimplifyFormula idempotent. I don't know if this... |
commit | commitdiff | tree | snapshot |
| 2011-03-14 |
trevor_hansen | Experimental. Simplify all the bit-vector children... |
commit | commitdiff | tree | snapshot |
| 2011-03-13 |
trevor_hansen | Improvement. Add a simple read over write simplificatio... |
commit | commitdiff | tree | snapshot |
| 2011-03-13 |
trevor_hansen | * Clean up the simplifier some. |
commit | commitdiff | tree | snapshot |
| 2011-03-13 |
trevor_hansen | Refactor. Remove the simplify_upfront option. It's... |
commit | commitdiff | tree | snapshot |
| 2011-03-13 |
trevor_hansen | Refactor. Remove code that's not used. |
commit | commitdiff | tree | snapshot |
| 2011-03-12 |
trevor_hansen | Fix. Missing break; in a switch. Dumb luck meant it... |
commit | commitdiff | tree | snapshot |
| 2011-03-12 |
trevor_hansen | Fix. r1201 added a message to cout. |
commit | commitdiff | tree | snapshot |
| 2011-03-12 |
trevor_hansen | Improvement. Add a size reducing phase prior to perform... |
commit | commitdiff | tree | snapshot |
| 2011-03-12 |
trevor_hansen | Improvements. |
commit | commitdiff | tree | snapshot |
| 2011-03-12 |
trevor_hansen | Fix. This assert() was very slow sometimes. |
commit | commitdiff | tree | snapshot |
| 2011-03-10 |
trevor_hansen | Bugfix. r1194 didn't preserve the doubly linked list. |
commit | commitdiff | tree | snapshot |
| 2011-03-10 |
trevor_hansen | Fiddle with the difficulty scorer. |
commit | commitdiff | tree | snapshot |
| 2011-03-10 |
trevor_hansen | Fiddle with the difficulty scorer to better estimate... |
commit | commitdiff | tree | snapshot |
| 2011-03-09 |
trevor_hansen | Miscellaneous improvements. |
commit | commitdiff | tree | snapshot |
| 2011-03-09 |
trevor_hansen | Fix. In the prior checkin I didn't keep track of which... |
commit | commitdiff | tree | snapshot |
| 2011-03-09 |
trevor_hansen | Improvement. Now do unconstrained elimination for all... |
commit | commitdiff | tree | snapshot |
| 2011-03-07 |
trevor_hansen | Extra simplification rules for BVAND, and EQ. These... |
commit | commitdiff | tree | snapshot |
| 2011-03-07 |
trevor_hansen | Improvement. Add an extra simplification rule for BVDIV... |
commit | commitdiff | tree | snapshot |
| 2011-03-06 |
trevor_hansen | Add simplification of the top-most propositional part... |
commit | commitdiff | tree | snapshot |
| 2011-03-05 |
trevor_hansen | improvement. Use the simplifying node factory be defaul... |
commit | commitdiff | tree | snapshot |
| 2011-03-05 |
trevor_hansen | Tiny improvement. Create slightly fewer nodes. |
commit | commitdiff | tree | snapshot |
| 2011-03-05 |
trevor_hansen | Fix a leak. I'd forgotten to call fclose(). |
commit | commitdiff | tree | snapshot |
| 2011-03-05 |
trevor_hansen | Fix a leak introduced in r1184. |
commit | commitdiff | tree | snapshot |
| 2011-03-03 |
trevor_hansen | Improvement. Specialise the replace function more for... |
commit | commitdiff | tree | snapshot |
| 2011-03-03 |
trevor_hansen | Refactor. Neaten up the CreateSubstitutionMap function. |
commit | commitdiff | tree | snapshot |
| 2011-03-03 |
trevor_hansen | Fixes / Improvements. |
commit | commitdiff | tree | snapshot |
| 2011-03-03 |
trevor_hansen | Improvement. Only create possible values if it can... |
commit | commitdiff | tree | snapshot |
| 2011-03-03 |
trevor_hansen | Enable ITE Context stuff by default. |
commit | commitdiff | tree | snapshot |
| 2011-03-03 |
trevor_hansen | Refactor. I experimented with changing the allocator... |
commit | commitdiff | tree | snapshot |
| 2011-03-01 |
trevor_hansen | Improvement. Add an equality simplification. |
commit | commitdiff | tree | snapshot |
| 2011-02-28 |
trevor_hansen | Improvement. Enable ITE context simplifications again. |
commit | commitdiff | tree | snapshot |
| 2011-02-27 |
trevor_hansen | Disable ITE context simplifications. It's too slow... |
commit | commitdiff | tree | snapshot |
| 2011-02-27 |
trevor_hansen | Bugfix. Terrible. Forgot to delete debugging code.... |
commit | commitdiff | tree | snapshot |
| 2011-02-27 |
trevor_hansen | Bugfix. Terrible. The last checkin causes STP to someti... |
commit | commitdiff | tree | snapshot |
| 2011-02-27 |
trevor_hansen | Improvement. An analysis that simplifies ITES by determ... |
commit | commitdiff | tree | snapshot |
| 2011-02-26 |
trevor_hansen | No semantic change. Fix a mistake that caused no effect. |
commit | commitdiff | tree | snapshot |
| 2011-02-26 |
trevor_hansen | Fix. XORs with >2 children sometimes reached the simpl... |
commit | commitdiff | tree | snapshot |
| 2011-02-26 |
trevor_hansen | Bugfix. Terrible! Another fix. STP r1149 to here will... |
commit | commitdiff | tree | snapshot |
| 2011-02-26 |
trevor_hansen | Bugfix. Terrible! STP r1149 to here will sometimes... |
commit | commitdiff | tree | snapshot |
| 2011-02-24 |
trevor_hansen | Bugfix. The prior checkin added an assertion that didn... |
commit | commitdiff | tree | snapshot |
| 2011-02-24 |
trevor_hansen | Finish refactoring of the ArrayTransformer class. |
commit | commitdiff | tree | snapshot |
| 2011-02-24 |
trevor_hansen | Partial refactor. Remove the Arrayread_SymbolMap. |
commit | commitdiff | tree | snapshot |
| 2011-02-24 |
trevor_hansen | Partial refactor. Removing the Arrayname_ReadindicesMap. |
commit | commitdiff | tree | snapshot |
| 2011-02-24 |
trevor_hansen | Partial refactoring. Removing the arrayread_itemap. |
commit | commitdiff | tree | snapshot |
| 2011-02-23 |
trevor_hansen | Refactoring. |
commit | commitdiff | tree | snapshot |
| 2011-02-23 |
trevor_hansen | Bugfix. Fix the prior checkin. |
commit | commitdiff | tree | snapshot |
| 2011-02-23 |
trevor_hansen | Partial Refactor. I'm reducing the number of collection... |
commit | commitdiff | tree | snapshot |
| 2011-02-23 |
trevor_hansen | Extra test cases that should be simplified down to... |
commit | commitdiff | tree | snapshot |
| 2011-02-22 |
trevor_hansen | Refactor. Overcome a temporary static fetish. Now better. |
commit | commitdiff | tree | snapshot |
| 2011-02-22 |
trevor_hansen | Improvement. Match the difficulty score better to the... |
commit | commitdiff | tree | snapshot |
| 2011-02-22 |
trevor_hansen | Improvement. The start of an unsigned interval simplifi... |
commit | commitdiff | tree | snapshot |
| 2011-02-22 |
trevor_hansen | Improvement. Handle extracts especially when doing... |
commit | commitdiff | tree | snapshot |
| 2011-02-21 |
trevor_hansen | Bugfix. r1152 was broken. It got the widths wrong. |
commit | commitdiff | tree | snapshot |
| 2011-02-21 |
trevor_hansen | A new test case for the special unconstrained extract... |
commit | commitdiff | tree | snapshot |
| 2011-02-21 |
trevor_hansen | Improvement. Simplifying EQ a little better. |
commit | commitdiff | tree | snapshot |
| 2011-02-14 |
trevor_hansen | Add find pure literals code.oooops. |
commit | commitdiff | tree | snapshot |
| 2011-02-14 |
trevor_hansen | Enable pure literal elimination, and unconstrained... |
commit | commitdiff | tree | snapshot |
| 2011-02-14 |
trevor_hansen | Remove unused configuration option. Update qualifiers. |
commit | commitdiff | tree | snapshot |
| 2011-02-14 |
trevor_hansen | Add --config options to enable CNF conversion via Tseit... |
commit | commitdiff | tree | snapshot |
| 2011-02-14 |
trevor_hansen | Add the code for unconstrained variable elimination... |
commit | commitdiff | tree | snapshot |
| 2011-02-14 |
trevor_hansen | Improvements. |
commit | commitdiff | tree | snapshot |
| 2011-02-11 |
trevor_hansen | Add categories to the RunTime class for new simplifications |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
trevor_hansen | Fix a leak in _asserts. I know of no other leaks. |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
trevor_hansen | Improvement. The SMTLIB1 & SMTLIB2 parsers were holding... |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
khooyp | Add conditional workaround for flex < 2.5.20, such... |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
khooyp | Clean up the build system for src/parser. |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
khooyp | Temporarily rename CVC.* to cvclib.*; to be renamed... |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
khooyp | Fix inconsistent line endings, and execute bit on a... |
commit | commitdiff | tree | snapshot |
| 2011-02-10 |
khooyp | Fix a typo in the help string. |
commit | commitdiff | tree | snapshot |
| 2011-02-08 |
trevor_hansen | Fix. For r1131 I deleted the wrong file. |
commit | commitdiff | tree | snapshot |
| 2011-02-08 |
trevor_hansen | Patch from Khoo Yit Phang. |
commit | commitdiff | tree | snapshot |
| next |