]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2010-06-11 trevor_hansenRemove no longer used bitblaster
2010-06-11 trevor_hansenRemove the experimental bvsolver. I've copied its chang...
2010-06-11 trevor_hansen* Make GetUnsignedConst a member function of ASTNode.
2010-06-11 trevor_hansenRefactoring. Move all the substitutionmap functions...
2010-06-11 trevor_hansenThis makes SimplifyTerm idempotent. My hope is that...
2010-06-11 trevor_hansenAdds a simplification rule to replace BVANDS with zeroe...
2010-06-09 trevor_hansenbugfix. Constraints were ignored when they should have...
2010-06-09 trevor_hansenBugfix. Recursively simplify array ITES.
2010-06-09 trevor_hansenAdd back code I removed in the last revision. Without...
2010-06-09 trevor_hansenBugfix. Simplify the proposition of array-ITEs. I don...
2010-06-09 trevor_hansen* In the bvsolver perform cheap tests which maybe short...
2010-06-08 trevor_hansenBugfix. Avoid creating cycles with the bvsolver.
2010-06-08 trevor_hansenBugfix. The bvsolver would replace a variable with...
2010-06-08 trevor_hansenCopy the cleaner new SplitEven_into_Oddnum_PowerOf2...
2010-06-04 msoosLast commit was wrong. Importing again CryptoMiniSat...
2010-06-04 msoosImporting CryptoMiniSat version 'Cluster56'.
2010-05-30 trevor_hansenFix the method to count the number of instances in...
2010-05-30 trevor_hansenSplit out the class which lazily builds the variables...
2010-05-30 trevor_hansenSmall speedup in the cnf generator.
2010-05-30 trevor_hansenAdd histar to regressall. We use far far too much memor...
2010-05-30 trevor_hansenMoving histar tests to the main test directory.
2010-05-29 trevor_hansenAdd my experimental BVSolver. It's much slower than...
2010-05-29 trevor_hansenEnable upfront simplifications of terms.
2010-05-29 trevor_hansen* Make the constant evaluator a non member function...
2010-05-29 trevor_hansenSimplifyin BVSX to CONCAT if the topmost bit of the...
2010-05-29 trevor_hansen* Add a disabled-by-default option to simplify the...
2010-05-29 trevor_hansenAdd a simplification so that (ite(p,5,7) <= 8) is alway...
2010-05-28 trevor_hansenBugfix. If given bad input, the SMTLIB2 parser would...
2010-05-27 trevor_hansen* Improve the simplifications of inequalities and equal...
2010-05-26 trevor_hansenImplements booth recoding when bitblasting multiplication.
2010-05-24 trevor_hansenAdd the "eric-tests" to regressall.
2010-05-24 trevor_hansenbugfix. Allow distinct to be used for both formulae...
2010-05-24 trevor_hansenThese scripts (though I don't know what they do) seem...
2010-05-24 trevor_hansenBugfix. Rare types of array reads were causing a type...
2010-05-24 trevor_hansen* Letize booleans when printing back smb2lib format.
2010-05-24 trevor_hansenRun tests with the .smt2 extension.
2010-05-23 trevor_hansenFix the memory leaks in the SMTLIB2 parser.
2010-05-23 trevor_hansen* fix reduce/reduce error in the smtlib2 format.
2010-05-23 trevor_hansenThe SMTLIB2 parser now accepts valid, but extremely...
2010-05-22 trevor_hansenFix the defintion of what a symbol is in the SMTLIB2...
2010-05-21 trevor_hansenUse the flex options recommended by its manual.
2010-05-21 trevor_hansen* Add binary & hexidecimal for smtlib2 format.
2010-05-21 trevor_hansenAn initial version of an smtlib2 format parser. It...
2010-05-21 trevor_hansen* The bvsmod operation can now be output by the printers.
2010-05-20 trevor_hansenFix the build by adding a missing function.
2010-05-19 trevor_hansenFix: lets, types, extends and extracts in the SMTLIB2...
2010-05-19 trevor_hansenThe SMT-LIB2 format changes names from "implies" to...
2010-05-18 trevor_hansenA first attempt at an SMT-LIB2 output printer. I haven...
2010-05-17 katelmanBOOLEXTRACT seems to have been implemented backward...
2010-05-15 trevor_hansen* Convert BVAND( ite(p,1,1) , ite(p2,0,1)) to ite(p...
2010-05-13 trevor_hansenDelete an unnecessary copy of c_interface.h, ammend...
2010-05-13 trevor_hansenRemove the code for the "ReferenceCount". This was...
2010-05-13 trevor_hansen* Use the simplifying node factory and the type checkin...
2010-05-12 trevor_hansenAdd an encoding of multiplication that explicitly uses...
2010-05-12 trevor_hansenFirst attempt at tracking time spent building the count...
2010-05-12 trevor_hansenFix the flattenOneLevel function as per r294
2010-05-12 trevor_hansen* Make the arguments to ==, !=, > for ASTNode reference...
2010-05-10 trevor_hansen* Fix the use of an invalidated iterator in the CVC...
2010-05-10 trevor_hansenWhen sending clauses to the SAT solver, create fewer...
2010-05-10 trevor_hansenRemove iterators from BBLShift to remove a spurious...
2010-05-07 vijay_ganeshAdded info to the INSTALL file about the various config...
2010-05-07 trevor_hansenSimplify the division operation. An unnecessary compari...
2010-05-06 vijay_ganeshfixed the problem with Alvin Cheung's testcase. The...
2010-05-06 trevor_hansenRefactoring. Take out some ASTNodes from the bitblaster.
2010-05-05 vijay_ganeshfixed the order in which the regressions are run. The...
2010-05-05 vijay_ganeshPerennial problem with svn. Does not give me the list...
2010-05-05 vijay_ganeshfixed TEST_PREFIX in Makefile.common. Ideally this...
2010-05-05 trevor_hansenSmall changes to the array transformer:
2010-05-05 trevor_hansenEnable counter example checking by default.
2010-05-02 trevor_hansenDon't test a22 in valgrind because it leaks
2010-04-30 msoosCMS2: Hyper-binary resolution was wrong. Removed.
2010-04-29 trevor_hansenApplying a patch provided by Hume to parse cvc and...
2010-04-29 trevor_hansen* Send the -t flag to STP when running regressstp....
2010-04-28 trevor_hansenRemoving an .o file accidently checked in.
2010-04-28 trevor_hansenBugfix. Refactoring of ToCNF broke some ifdef CRYPTOMIN...
2010-04-28 msoosTurning on simplification&subpart-solving in CMS2
2010-04-28 msoosUpdating CMS2
2010-04-28 trevor_hansenRemove some unnecesarry memory churn. Extra objects...
2010-04-28 trevor_hansenRefactoring. This creates a separate ClauseList class...
2010-04-28 trevor_hansenMaking some functions ASTNode memberfunctions
2010-04-27 trevor_hansen* Delete a test script that's no longer used
2010-04-27 trevor_hansenFix regressbio. I missed an 's' in its path
2010-04-26 trevor_hansenInclude the STP version in the regression log
2010-04-26 trevor_hansenAdd crypto and bio regression targets
2010-04-26 trevor_hansenUse gunzip so that we can run tests that are gzipped.
2010-04-26 trevor_hansen* Make regressall depend on "all". If any changes have...
2010-04-25 trevor_hansen* Reduce the number of scripts we use to run regression...
2010-04-25 trevor_hansenFix the renameAllSiblings option in the CNF generator...
2010-04-25 trevor_hansenReverting r465. Based on Stephen's example: stp-tests...
2010-04-24 trevor_hansenFix leaks in the CVC parser
2010-04-24 trevor_hansenFix memory leaks in the SMT-LIB parser.
2010-04-22 msoosUpdating CMS2 to fix some bugs
2010-04-21 msoosUpdating CMS2 to correct destructor segfault
2010-04-19 msoosFixing CMS2's library debug routine
2010-04-19 msoosUpdating CMS2 to fix bug in Conglomerate.cpp
2010-04-19 msoosCMS2 update missed out on the MTL library changes....
2010-04-18 msoosCMS2 now has two types of learnt clause evaluation
2010-04-16 msoosImporting new version of CMS2
2010-04-16 msoosDon't clean non-existing CryptoMiniSat1 dir
2010-04-16 msoosRemoving CryptoMiniSat ver. 1
next