summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.cpp
AgeCommit message (Expand)Author
2014-11-17New, uniform checkTime statistic for all theories (as discussed in meeting).Morgan Deters
2014-11-17Resource-limiting work.Liana Hadarean
2014-11-07Fix memory issues in bitvector theory, which is now valgrind-clean (mostly re...Morgan Deters
2014-09-03check() optimizationKshitij Bansal
2014-08-18Making getEqualityStatus more powerful for bit-vector theory.lianah
2014-07-01Update copyrights.Morgan Deters
2014-06-19added model generation to eager bit-blasting and turned abc off by defaultlianah
2014-06-15fixed bv bug due to applying equisatisfiable transformations in ppRewritelianah
2014-06-14Evil bitvector preprocessing pass for simplifying powers of two.lianah
2014-06-14bv static learning and rewrites for power of 2 termslianah
2014-06-14more bv rewriteslianah
2014-06-14added bv inequality rewritelianah
2014-06-11fixing bv ackermanization cache buglianah
2014-06-10Merging CAV14 paper bit-vector work.lianah
2014-03-19Refactor the theory specific parts of definition expansion into the theory so...Martin Brain
2014-01-22Delay QuantifiersEngine and UF strong solver initialization until after final...Morgan Deters
2013-12-05Update copyrights, add missing file-level documentation; fix perms.Morgan Deters
2013-11-27General pre-release cleanup commitMorgan Deters
2013-09-30merged goldenLiana Hadarean
2013-07-22Bug fix for --fmf-fmc for non-uninterpreted sort quantifiers, added infrastru...Andrew Reynolds
2013-07-16fixed seg fault when bv equality is turned offLiana Hadarean
2013-05-14added some extra options to the bit-vector theorylianah
2013-05-03changed the shifting bit-blasting to potentially be more efficientlianah
2013-05-02merged masterlianah
2013-05-01removed tracing code causing slowdown; cleaned up some codelianah
2013-05-01added back BitwiseEq rulelianah
2013-04-30fixed merge conflictslianah
2013-04-30merged cvc4 masterlianah
2013-04-30added several rewrite rules (BitwiseSlicing, Ule/SleEliminate, ExtractSignExt...lianah
2013-04-30added bvule, bvsle operator elimination rulesl; added bvurem lemma generationlianah
2013-04-30added some bv rewrite ruleslianah
2013-04-30finished implementing bv to bool lifting and added --bv-to-bool optionlianah
2013-04-30added several rewrite rules (BitwiseSlicing, Ule/SleEliminate, ExtractSignExt...lianah
2013-04-26Merge experimental decisionweight branchKshitij Bansal
2013-04-25added bvule, bvsle operator elimination rulesl; added bvurem lemma generationlianah
2013-04-21added some bv rewrite ruleslianah
2013-04-12finished implementing bv to bool lifting and added --bv-to-bool optionlianah
2013-04-03* changing the bitblast-eager to bitblast on pre-registerDejan Jovanović
2013-04-02Regenerated copyrights: canonicalized names, no emailsMorgan Deters
2013-04-01update copyrightsMorgan Deters
2013-03-27reverted the core solver to do static slicing, added option --bv-core-solverlianah
2013-03-27fixed model generation bug; commented out attempt at inequality propagationlianah
2013-03-26added model generation for bv subtheories and bv-inequality solver optionlianah
2013-03-26getModelValue implementation in bitvectorsDejan Jovanović
2013-03-26fixed inequality bugs due to improper explanationlianah
2013-03-25cleaned up the bv subtheory interface; added check for inequality theory comp...lianah
2013-03-25getEqualityStatus now also queries the inequality solverlianah
2013-03-23non-incremental inequality solver seems to be bug-free (i.e. passes fuzzing)lianah
2013-03-21disabled ineqlianah
2013-03-21added regression test for constant evallianah
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback