]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2010-07-10 trevor_hansenBugfix. Properly print out the counter example of booleans.
2010-07-10 trevor_hansenFix the build + extra options for constant bit propagat...
2010-07-10 trevor_hansenSpeedup. Flatten multiplications, sort, then re-assable...
2010-07-10 trevor_hansenExtra code (not enabled), for constant bit propagation.
2010-07-10 trevor_hansenExtra code (that's not currently enabled), so reduce...
2010-07-10 trevor_hansenOutput quick statistics if enabled, and exiting after...
2010-07-09 trevor_hansenDecision. This optimisation helps our cvc regressions...
2010-07-09 trevor_hansenAdd the option to exit after generating the CNF. Curren...
2010-07-09 trevor_hansenBugfix. If a new-line occured in a string literal,...
2010-07-08 petercolIntroduce vc_setInterfaceFlags function
2010-07-08 trevor_hansenFix some small leaks when performing division by zero...
2010-07-08 trevor_hansenOnly run the bvsolver if optimisations have been enable...
2010-07-08 trevor_hansenFix the unit test script:
2010-07-07 trevor_hansenBugfix. Remove a null pointer reference.
2010-07-07 trevor_hansenSimplify (bvdiv x x ) to one. Likewise for the other...
2010-07-07 trevor_hansenFix the building of the stp library.
2010-07-07 trevor_hansenFix the build.
2010-07-07 trevor_hansenNeaten up the code for constant bit propagation. Note...
2010-07-06 trevor_hansenBugfix. Fix a check to ensure that the type of nodes...
2010-07-06 trevor_hansen* Interface changes for constant bit propagation. Not...
2010-07-06 trevor_hansenFix. stp.a didn't have necessary cbitp file included...
2010-07-06 trevor_hansenFix. The unit tests expect the cnf's to be called outpu...
2010-07-06 trevor_hansenRevert. In r915 I removed the default -m32 flag by...
2010-07-05 trevor_hansenMore getting ready for constant bit propagation. This...
2010-07-05 msoosCryptoMiniSat can now be built
2010-07-05 msoosFor low-cutoff speed reasons, it's best not to subsume...
2010-07-05 trevor_hansenAdd the interface code for constant bit propagation...
2010-07-04 msoosCleaning up some bugs in CryptoMS
2010-07-04 trevor_hansenFree the memory allocatated to the AIGs before SAT...
2010-07-04 trevor_hansenTiny speedup. Generate the encoding of multiplication...
2010-07-04 trevor_hansenI didn't enable capturing of quick statistics (the...
2010-07-04 trevor_hansenBugfix. The SMTLIB2 defines the outer bars (if present...
2010-07-04 trevor_hansenGet cryptominisat2 compiling:
2010-07-03 trevor_hansenBitblast formula that don't contain arrays into and...
2010-07-02 msoosCorrecting small bug in CMS2
2010-07-02 msoosUpdating CMS2 to get rid of a small bug
2010-07-02 msoosRemoving trailing code related to pools' #ifdefs in...
2010-07-02 msoosFurther updating of CryptoMiniSat2
2010-07-02 msoosUpdating CryptoMiniSat2 to fix some minor bugs
2010-07-02 msoosUpdating CryptoMiniSat2
2010-07-02 trevor_hansenRename the bitblaster class fron BitBlasterNew to BitBl...
2010-07-01 trevor_hansenRefactor, getting ready for AIGs. This does add additio...
2010-06-29 trevor_hansenSpeedup. Generate nicer circuits for unsigned division.
2010-06-28 trevor_hansenChange how the counter example is built. Previously...
2010-06-28 trevor_hansenSpeedup. Add solving for xors to the bitvector solver.
2010-06-28 trevor_hansenSpeedup. if (xor a b) is found, replaced a with (not...
2010-06-27 trevor_hansenSpeedup. Sort EQ nodes. This prevents duplicate nodes...
2010-06-27 trevor_hansenSpeedup. Don't push extracts through ites. Sometimes...
2010-06-27 trevor_hansenDefault to bash shell rather than sh for some calls...
2010-06-27 trevor_hansenSpeedup. Revert back to minisat's default parameters.
2010-06-27 trevor_hansenSpeedup. Flatten ands at the start of the bvsolver.
2010-06-26 trevor_hansenclean up two regression log names
2010-06-26 trevor_hansenSpeedups.
2010-06-26 trevor_hansenSpeedups.
2010-06-25 trevor_hansenSpeedups.
2010-06-25 trevor_hansenMeasure the difficulty of formula by using a simple...
2010-06-25 trevor_hansenUse the new method to determine whether the sub-graph...
2010-06-25 trevor_hansenThe array transformer now respects optimisations being...
2010-06-25 trevor_hansen* Add containsArrayOps(..) to check if any array terms...
2010-06-24 trevor_hansenFix the build.
2010-06-24 trevor_hansenAdd a new function to replace using the substitution...
2010-06-24 trevor_hansenRemoving duplicate files
2010-06-24 trevor_hansenRemove bio tests from regressstp. They are all included...
2010-06-24 trevor_hansenAdding realistic expected times to these test cases
2010-06-24 trevor_hansenBugfix. The script that was called by regressstp didn...
2010-06-24 trevor_hansenSpeedup. Better cache the variables that are discovered...
2010-06-23 trevor_hansenUse simplifying minisat for unit tests.
2010-06-23 trevor_hansenBugfix. Simplifying minisat wasn't using the separate...
2010-06-23 trevor_hansenSpeedup/bugfix. Change how duplicate symbols are search...
2010-06-23 trevor_hansenShort cut on constant evaluation
2010-06-23 trevor_hansenBugfix. Keep track of which symbols* have been deleted...
2010-06-23 trevor_hansenDon't perform simplifications when creating the substit...
2010-06-23 trevor_hansenReduce memory usage. Clear out the caches from the...
2010-06-23 trevor_hansenFix grammar. Extra assertion.
2010-06-23 trevor_hansenSpeedup. Remove some unnecessary tests.
2010-06-23 trevor_hansenRefactor. Make the TermOrder function a non-member...
2010-06-23 trevor_hansenSpeedup. Shortcut if the thing we are simplifying is...
2010-06-23 trevor_hansenSpeedup. The bvsolver now uses a reduced version of...
2010-06-18 trevor_hansenCheck for duplicate variables using a different function
2010-06-18 trevor_hansenBugfix. Variables were reported as only occuring a...
2010-06-18 trevor_hansenRefactor & slight performance improvement for the bvsolver.
2010-06-18 trevor_hansenBugfix. Fix rotate_left and rotate_right to take the...
2010-06-16 trevor_hansenSpeedup. When printing out the counter example, don...
2010-06-16 trevor_hansenSpeedup. Reduce the amount of checking that the bvsolve...
2010-06-16 trevor_hansenSpeed up VarSeenInTerm(..) slightly.
2010-06-14 trevor_hansenAdd some unit tests (which run when regressall is run...
2010-06-14 trevor_hansenBugfix. Enable the same options for when the parser...
2010-06-14 trevor_hansenChange the properties so that SMTLIB2 format files...
2010-06-14 trevor_hansenBugfix. Save the value of print counter example as...
2010-06-14 trevor_hansenFix regresscapi. This file wasn't checked in
2010-06-13 trevor_hansenFix the build. Add doug Lea's malloc implementation
2010-06-13 trevor_hansenPut the clauses of the SAT solver in a separate heap...
2010-06-12 trevor_hansenFree up more memory before SAT solving. In particular...
2010-06-12 trevor_hansenFix. I didn't update al l the function calls I should...
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...
next