]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2012-04-07 trevor_hansenImprovement. Fix an oddity which required a method...
2012-04-07 trevor_hansenAdds a utility to parse smt-lib2, constant bit propagat...
2012-04-07 trevor_hansenImprovement. Change how the bitblast equivalence checki...
2012-04-05 trevor_hansenImprovement. Add a configuration option to remove a...
2012-04-05 trevor_hansenImprovement. Output configuration flags in the same...
2012-04-05 trevor_hansenFix to the SMTLIB2 printer. Symbols with spaces in...
2012-04-04 trevor_hansenimprovement. Add the ability to the cpp interface to...
2012-04-03 trevor_hansenImprovement to cbipt. Run unsigned division propagagtor...
2012-04-03 trevor_hansenFix the build. With assertions enabled it would not...
2012-04-03 trevor_hansenFix some more test cases by returning from main.
2012-04-03 trevor_hansenFix. Put in a return value from main
2012-04-03 trevor_hansenImprovements. Move the hard timeout function to a utili...
2012-03-29 trevor_hansenImprovements to measurement code.
2012-03-27 trevor_hansenImprovements to utility code.
2012-03-27 trevor_hansenImprovement. Better propagate bits when there is a...
2012-03-26 trevor_hansenBig speedup to utility code for producing the effect...
2012-03-25 trevor_hansenImprovements to utility code. Less outputting to cerr...
2012-03-25 trevor_hansenImportant Bugfix. The recently introduced bvmod simplif...
2012-03-25 trevor_hansenImprovement. Better propagation for division when divis...
2012-03-25 trevor_hansenImprovement. Two extra simplifications for the bvmod
2012-03-25 trevor_hansenImprovements to the utility code for generating rewrites.
2012-03-25 trevor_hansenUtility code. When deleting duplicate rewrite rules...
2012-03-25 trevor_hansenFix to the last checkin, remove a debugging output.
2012-03-25 trevor_hansenImprovement. If the numerator of a division contains...
2012-03-20 trevor_hansenImprovement. Use the default node factory rather than...
2012-03-19 trevor_hansenImprovements to utility code for generating rewrite...
2012-03-18 trevor_hansenImprovement to the utility code for building rewrites.
2012-03-17 trevor_hansenFix. Some of the test cases are now build with the...
2012-03-17 trevor_hansenChanges to the C-interface. I forgot that C doesn't...
2012-03-15 trevor_hansenBeautification. Pointer to the base class instead of...
2012-03-15 trevor_hansenFix. Don't use the global nodefactory when we have...
2012-03-15 trevor_hansenFixes to code for manipulating rewrite rules.
2012-03-14 trevor_hansenRefactor utility code. Automatically layout, no other...
2012-03-14 trevor_hansenMiscellaneous fixes to rewrite generation.
2012-03-12 trevor_hansenImprovements to rewrite utility code.
2012-03-12 trevor_hansenCheck not and minus better when type checking.
2012-03-12 trevor_hansenRemove an unimplemented function from a header.
2012-03-12 trevor_hansenAdd the ability to tell the SMTLIB2 printer whether...
2012-03-12 trevor_hansenImprovements. Better preventing infinite loops when...
2012-03-12 trevor_hansenRemove unused code.
2012-03-12 trevor_hansenImprovements to the code for generating rewrite rules.
2012-03-12 trevor_hansenMove the time function to global scope.
2012-03-12 trevor_hansenAdds the simplify and nclauses methods to some SAT...
2012-03-06 trevor_hansenImprovements to rewrite utility code.
2012-03-05 trevor_hansenImprovements to utility code.
2012-03-04 trevor_hansenThis removes some rewrite rules that I haven't yet...
2012-03-03 trevor_hansenImprovement. Extra rewrite rules.
2012-03-03 trevor_hansenImprovements to the utility for generating rewrite...
2012-03-03 trevor_hansenNew cpp interface function to pop away asserts.
2012-03-03 trevor_hansenImprovement to utility code. Replace directly accessing...
2012-03-03 trevor_hansenRemove an unnecessary file.
2012-03-03 trevor_hansenExtra utility code for manipulating rewrite rules.
2012-02-29 trevor_hansenFix. I used the wrong comparison operation.
2012-02-27 trevor_hansenImprovement. Sometimes the interface throws division...
2012-02-22 trevor_hansenCleanup the utility code for off-line generation of...
2012-02-20 trevor_hansenImprovement. The bitblaster now handled signed div...
2012-02-18 trevor_hansenRefactor - automatically layout code, and move one...
2012-02-18 trevor_hansenImprovement. Write the equivalences that the bit-blaste...
2012-02-17 trevor_hansenImprovements speedups for better test code.
2012-02-09 trevor_hansenTurn on bit-blast equivalency detection again.
2012-02-09 trevor_hansenImportant bugfix. This rewrite rule implemented the...
2012-02-09 trevor_hansenDisable bit-blast equivalence checking, it returns...
2012-02-09 trevor_hansenFix the build. Typo in last checkin.
2012-02-09 trevor_hansenFix. The new bit-blast simplifications where only half...
2012-02-08 trevor_hansenTurn off more things when disabling simplify.
2012-02-07 trevor_hansen Disable signed bvmod propagator, I think it implements...
2012-02-06 trevor_hansenAdd code to do maximally precise transformer via Reps.
2012-02-06 trevor_hansenFix. Get it the utility compiling.
2012-02-06 trevor_hansenInclude a utliity to measure the cbitp time.
2012-02-04 trevor_hansenRemove debugging message.
2012-02-04 trevor_hansenEnable bit-blaster equivalency checking by default.
2012-02-03 trevor_hansenImprovement. Cleanup how the bb equivalent vector opera...
2012-02-03 trevor_hansenImprovement. Use AIGs to find semantically equivalent...
2012-02-03 trevor_hansendisable sbvmod propagator.
2012-02-03 trevor_hansenImprovement. Use the results of bit-blasting to detect...
2012-02-02 trevor_hansenSearch for a AND (NOT a), a OR (NOT a), when doing...
2012-02-02 trevor_hansenA fixed version r1547. I missed a bound.
2012-02-02 trevor_hansenRevert. The prior change to min/max has some problem...
2012-02-02 trevor_hansenImprovement. 10x better min and max value out of the...
2012-02-01 trevor_hansenSmall speedup. Remove redundant initialisation.
2012-01-31 trevor_hansenRefactor. Automatically layout.
2012-01-31 trevor_hansenImprovement. This makes the multiplication propagator...
2012-01-31 trevor_hansenImprovement. Better leading zero detection in the multi...
2012-01-31 trevor_hansenImprovement, if there are < 10 array reads, write them...
2012-01-31 trevor_hansenAdds extra code that is not enabled by default.
2012-01-30 trevor_hansenImprovement. For some bechmarks anyway. Completely...
2012-01-29 trevor_hansenRemove implication graph code. It's too slow to be...
2012-01-29 trevor_hansenImprovement. Generalise fixing of trailing zeroes in...
2012-01-29 trevor_hansenImprovement. Generalise the equality check when exausti...
2012-01-28 trevor_hansenFix an assertion error.
2012-01-28 trevor_hansenMake another class noncopyable.
2012-01-28 trevor_hansenImprovement. Enable the simplifying node factory by...
2012-01-28 trevor_hansenAdd the cloud9 test cases to regressall.
2012-01-28 trevor_hansenImprovement. We missed an unusual case when deciding...
2012-01-26 trevor_hansenImprovement. Patch ABC to replace the standard popcount...
2012-01-26 trevor_hansenFix to the prior checkin. It was completely wrong.
2012-01-26 trevor_hansenImprovement. Don't clean up the advanced CNF generator...
2012-01-26 trevor_hansenFix the SMTLIB2 application language parser.
2012-01-26 trevor_hansenImprovement. The SMT-LIB2 parser no longer stores a...
2012-01-26 trevor_hansenCleanup. This removes some of the code for the user...
next