| 2010-06-26 |
trevor_hansen | Speedups. |
commit | commitdiff | tree | snapshot |
| 2010-06-25 |
trevor_hansen | Speedups. |
commit | commitdiff | tree | snapshot |
| 2010-06-25 |
trevor_hansen | Measure the difficulty of formula by using a simple... |
commit | commitdiff | tree | snapshot |
| 2010-06-25 |
trevor_hansen | Use the new method to determine whether the sub-graph... |
commit | commitdiff | tree | snapshot |
| 2010-06-25 |
trevor_hansen | The array transformer now respects optimisations being... |
commit | commitdiff | tree | snapshot |
| 2010-06-25 |
trevor_hansen | * Add containsArrayOps(..) to check if any array terms... |
commit | commitdiff | tree | snapshot |
| 2010-06-24 |
trevor_hansen | Fix the build. |
commit | commitdiff | tree | snapshot |
| 2010-06-24 |
trevor_hansen | Add a new function to replace using the substitution... |
commit | commitdiff | tree | snapshot |
| 2010-06-24 |
trevor_hansen | Removing duplicate files |
commit | commitdiff | tree | snapshot |
| 2010-06-24 |
trevor_hansen | Remove bio tests from regressstp. They are all included... |
commit | commitdiff | tree | snapshot |
| 2010-06-24 |
trevor_hansen | Adding realistic expected times to these test cases |
commit | commitdiff | tree | snapshot |
| 2010-06-24 |
trevor_hansen | Bugfix. The script that was called by regressstp didn... |
commit | commitdiff | tree | snapshot |
| 2010-06-24 |
trevor_hansen | Speedup. Better cache the variables that are discovered... |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
trevor_hansen | Use simplifying minisat for unit tests. |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
trevor_hansen | Bugfix. Simplifying minisat wasn't using the separate... |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
trevor_hansen | Speedup/bugfix. Change how duplicate symbols are search... |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
trevor_hansen | Short cut on constant evaluation |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
trevor_hansen | Bugfix. Keep track of which symbols* have been deleted... |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
trevor_hansen | Don't perform simplifications when creating the substit... |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
trevor_hansen | Reduce memory usage. Clear out the caches from the... |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
trevor_hansen | Fix grammar. Extra assertion. |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
trevor_hansen | Speedup. Remove some unnecessary tests. |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
trevor_hansen | Refactor. Make the TermOrder function a non-member... |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
trevor_hansen | Speedup. Shortcut if the thing we are simplifying is... |
commit | commitdiff | tree | snapshot |
| 2010-06-23 |
trevor_hansen | Speedup. The bvsolver now uses a reduced version of... |
commit | commitdiff | tree | snapshot |
| 2010-06-18 |
trevor_hansen | Check for duplicate variables using a different function |
commit | commitdiff | tree | snapshot |
| 2010-06-18 |
trevor_hansen | Bugfix. Variables were reported as only occuring a... |
commit | commitdiff | tree | snapshot |
| 2010-06-18 |
trevor_hansen | Refactor & slight performance improvement for the bvsolver. |
commit | commitdiff | tree | snapshot |
| 2010-06-18 |
trevor_hansen | Bugfix. Fix rotate_left and rotate_right to take the... |
commit | commitdiff | tree | snapshot |
| 2010-06-16 |
trevor_hansen | Speedup. When printing out the counter example, don... |
commit | commitdiff | tree | snapshot |
| 2010-06-16 |
trevor_hansen | Speedup. Reduce the amount of checking that the bvsolve... |
commit | commitdiff | tree | snapshot |
| 2010-06-16 |
trevor_hansen | Speed up VarSeenInTerm(..) slightly. |
commit | commitdiff | tree | snapshot |
| 2010-06-14 |
trevor_hansen | Add some unit tests (which run when regressall is run... |
commit | commitdiff | tree | snapshot |
| 2010-06-14 |
trevor_hansen | Bugfix. Enable the same options for when the parser... |
commit | commitdiff | tree | snapshot |
| 2010-06-14 |
trevor_hansen | Change the properties so that SMTLIB2 format files... |
commit | commitdiff | tree | snapshot |
| 2010-06-14 |
trevor_hansen | Bugfix. Save the value of print counter example as... |
commit | commitdiff | tree | snapshot |
| 2010-06-14 |
trevor_hansen | Fix regresscapi. This file wasn't checked in |
commit | commitdiff | tree | snapshot |
| 2010-06-13 |
trevor_hansen | Fix the build. Add doug Lea's malloc implementation |
commit | commitdiff | tree | snapshot |
| 2010-06-13 |
trevor_hansen | Put the clauses of the SAT solver in a separate heap... |
commit | commitdiff | tree | snapshot |
| 2010-06-12 |
trevor_hansen | Free up more memory before SAT solving. In particular... |
commit | commitdiff | tree | snapshot |
| 2010-06-12 |
trevor_hansen | Fix. I didn't update al l the function calls I should... |
commit | commitdiff | tree | snapshot |
| 2010-06-11 |
trevor_hansen | Remove no longer used bitblaster |
commit | commitdiff | tree | snapshot |
| 2010-06-11 |
trevor_hansen | Remove the experimental bvsolver. I've copied its chang... |
commit | commitdiff | tree | snapshot |
| 2010-06-11 |
trevor_hansen | * Make GetUnsignedConst a member function of ASTNode. |
commit | commitdiff | tree | snapshot |
| 2010-06-11 |
trevor_hansen | Refactoring. Move all the substitutionmap functions... |
commit | commitdiff | tree | snapshot |
| 2010-06-11 |
trevor_hansen | This makes SimplifyTerm idempotent. My hope is that... |
commit | commitdiff | tree | snapshot |
| 2010-06-11 |
trevor_hansen | Adds a simplification rule to replace BVANDS with zeroe... |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
trevor_hansen | bugfix. Constraints were ignored when they should have... |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
trevor_hansen | Bugfix. Recursively simplify array ITES. |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
trevor_hansen | Add back code I removed in the last revision. Without... |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
trevor_hansen | Bugfix. Simplify the proposition of array-ITEs. I don... |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
trevor_hansen | * In the bvsolver perform cheap tests which maybe short... |
commit | commitdiff | tree | snapshot |
| 2010-06-08 |
trevor_hansen | Bugfix. Avoid creating cycles with the bvsolver. |
commit | commitdiff | tree | snapshot |
| 2010-06-08 |
trevor_hansen | Bugfix. The bvsolver would replace a variable with... |
commit | commitdiff | tree | snapshot |
| 2010-06-08 |
trevor_hansen | Copy the cleaner new SplitEven_into_Oddnum_PowerOf2... |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
msoos | Last commit was wrong. Importing again CryptoMiniSat... |
commit | commitdiff | tree | snapshot |
| 2010-06-04 |
msoos | Importing CryptoMiniSat version 'Cluster56'. |
commit | commitdiff | tree | snapshot |
| 2010-05-30 |
trevor_hansen | Fix the method to count the number of instances in... |
commit | commitdiff | tree | snapshot |
| 2010-05-30 |
trevor_hansen | Split out the class which lazily builds the variables... |
commit | commitdiff | tree | snapshot |
| 2010-05-30 |
trevor_hansen | Small speedup in the cnf generator. |
commit | commitdiff | tree | snapshot |
| 2010-05-30 |
trevor_hansen | Add histar to regressall. We use far far too much memor... |
commit | commitdiff | tree | snapshot |
| 2010-05-30 |
trevor_hansen | Moving histar tests to the main test directory. |
commit | commitdiff | tree | snapshot |
| 2010-05-29 |
trevor_hansen | Add my experimental BVSolver. It's much slower than... |
commit | commitdiff | tree | snapshot |
| 2010-05-29 |
trevor_hansen | Enable upfront simplifications of terms. |
commit | commitdiff | tree | snapshot |
| 2010-05-29 |
trevor_hansen | * Make the constant evaluator a non member function... |
commit | commitdiff | tree | snapshot |
| 2010-05-29 |
trevor_hansen | Simplifyin BVSX to CONCAT if the topmost bit of the... |
commit | commitdiff | tree | snapshot |
| 2010-05-29 |
trevor_hansen | * Add a disabled-by-default option to simplify the... |
commit | commitdiff | tree | snapshot |
| 2010-05-29 |
trevor_hansen | Add a simplification so that (ite(p,5,7) <= 8) is alway... |
commit | commitdiff | tree | snapshot |
| 2010-05-28 |
trevor_hansen | Bugfix. If given bad input, the SMTLIB2 parser would... |
commit | commitdiff | tree | snapshot |
| 2010-05-27 |
trevor_hansen | * Improve the simplifications of inequalities and equal... |
commit | commitdiff | tree | snapshot |
| 2010-05-26 |
trevor_hansen | Implements booth recoding when bitblasting multiplication. |
commit | commitdiff | tree | snapshot |
| 2010-05-24 |
trevor_hansen | Add the "eric-tests" to regressall. |
commit | commitdiff | tree | snapshot |
| 2010-05-24 |
trevor_hansen | bugfix. Allow distinct to be used for both formulae... |
commit | commitdiff | tree | snapshot |
| 2010-05-24 |
trevor_hansen | These scripts (though I don't know what they do) seem... |
commit | commitdiff | tree | snapshot |
| 2010-05-24 |
trevor_hansen | Bugfix. Rare types of array reads were causing a type... |
commit | commitdiff | tree | snapshot |
| 2010-05-24 |
trevor_hansen | * Letize booleans when printing back smb2lib format. |
commit | commitdiff | tree | snapshot |
| 2010-05-24 |
trevor_hansen | Run tests with the .smt2 extension. |
commit | commitdiff | tree | snapshot |
| 2010-05-23 |
trevor_hansen | Fix the memory leaks in the SMTLIB2 parser. |
commit | commitdiff | tree | snapshot |
| 2010-05-23 |
trevor_hansen | * fix reduce/reduce error in the smtlib2 format. |
commit | commitdiff | tree | snapshot |
| 2010-05-23 |
trevor_hansen | The SMTLIB2 parser now accepts valid, but extremely... |
commit | commitdiff | tree | snapshot |
| 2010-05-22 |
trevor_hansen | Fix the defintion of what a symbol is in the SMTLIB2... |
commit | commitdiff | tree | snapshot |
| 2010-05-21 |
trevor_hansen | Use the flex options recommended by its manual. |
commit | commitdiff | tree | snapshot |
| 2010-05-21 |
trevor_hansen | * Add binary & hexidecimal for smtlib2 format. |
commit | commitdiff | tree | snapshot |
| 2010-05-21 |
trevor_hansen | An initial version of an smtlib2 format parser. It... |
commit | commitdiff | tree | snapshot |
| 2010-05-21 |
trevor_hansen | * The bvsmod operation can now be output by the printers. |
commit | commitdiff | tree | snapshot |
| 2010-05-20 |
trevor_hansen | Fix the build by adding a missing function. |
commit | commitdiff | tree | snapshot |
| 2010-05-19 |
trevor_hansen | Fix: lets, types, extends and extracts in the SMTLIB2... |
commit | commitdiff | tree | snapshot |
| 2010-05-19 |
trevor_hansen | The SMT-LIB2 format changes names from "implies" to... |
commit | commitdiff | tree | snapshot |
| 2010-05-18 |
trevor_hansen | A first attempt at an SMT-LIB2 output printer. I haven... |
commit | commitdiff | tree | snapshot |
| 2010-05-17 |
katelman | BOOLEXTRACT seems to have been implemented backward... |
commit | commitdiff | tree | snapshot |
| 2010-05-15 |
trevor_hansen | * Convert BVAND( ite(p,1,1) , ite(p2,0,1)) to ite(p... |
commit | commitdiff | tree | snapshot |
| 2010-05-13 |
trevor_hansen | Delete an unnecessary copy of c_interface.h, ammend... |
commit | commitdiff | tree | snapshot |
| 2010-05-13 |
trevor_hansen | Remove the code for the "ReferenceCount". This was... |
commit | commitdiff | tree | snapshot |
| 2010-05-13 |
trevor_hansen | * Use the simplifying node factory and the type checkin... |
commit | commitdiff | tree | snapshot |
| 2010-05-12 |
trevor_hansen | Add an encoding of multiplication that explicitly uses... |
commit | commitdiff | tree | snapshot |
| 2010-05-12 |
trevor_hansen | First attempt at tracking time spent building the count... |
commit | commitdiff | tree | snapshot |
| 2010-05-12 |
trevor_hansen | Fix the flattenOneLevel function as per r294 |
commit | commitdiff | tree | snapshot |
| 2010-05-12 |
trevor_hansen | * Make the arguments to ==, !=, > for ASTNode reference... |
commit | commitdiff | tree | snapshot |
| 2010-05-10 |
trevor_hansen | * Fix the use of an invalidated iterator in the CVC... |
commit | commitdiff | tree | snapshot |
| 2010-05-10 |
trevor_hansen | When sending clauses to the SAT solver, create fewer... |
commit | commitdiff | tree | snapshot |
| next |