Merge branch '1.3.x'
[cvc5.git] / src / theory / arrays /
2012-11-13 Clark BarrettFixed bug in array constant normalization found by...
2012-11-10 Clark BarrettFixed missing \ in uflra/Makefile.ma
2012-11-09 Clark BarrettFix for another model assertion failure
2012-11-08 Clark BarrettFixed two small bugs in model generation
2012-10-29 Clark BarrettDisable some array optimizations when models are on
2012-10-23 Clark BarrettAdded reads that were missing in collectModelInfo
2012-10-16 Andrew Reynoldsmore cleanup of quantifiers code
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-10-05 Morgan DetersBug-related:
2012-10-04 Clark BarrettImplemented array type enumerator, more fixes for models
2012-10-03 Clark BarrettNew model code, mostly workin
2012-09-28 Morgan Detersrename Assert.h/Assert.cpp to cvc4_assert.h/cvc4_assert...
2012-09-22 Morgan DetersSeparate public-facing and internal-facing interfaces...
2012-09-19 Morgan DetersGeneral subscriber infrastructure for NodeManager,...
2012-08-31 Andrew Reynoldsmerge from fmf-devel branch. more updates to models...
2012-08-28 Morgan DetersImproved compatibility layer, now supports quantifiers...
2012-08-26 Clark BarrettArray constants finished and working. Unit tests for...
2012-08-24 Morgan Deters* disallow internal uses of mkVar() (you have to mkSkol...
2012-08-24 Morgan Detersfix warning in arrays rewriter
2012-08-23 Morgan Detersattribute stuff for Clark's array constants
2012-08-23 Clark BarrettArray constant coding done except for the attributes...
2012-08-22 Clark BarrettMore progress on array constants.
2012-08-19 Clark Barrett1. Fix for inst_match.cpp to allow compilation on fedora
2012-08-16 Morgan DetersReplace propagateAsDecision() with Theory::getNextDecis...
2012-08-07 Morgan DetersSome items from the CVC4 public interface review:
2012-08-03 Morgan Detersthe array-store "construle" for isConst
2012-08-03 Morgan DetersArrayStoreAll infrastructure
2012-08-03 Morgan Detersfix uses of getMetaKind() from outside the expr package...
2012-08-01 Morgan Detersadd isFinished() to type enumerators (so we don't rely...
2012-08-01 Morgan Deterssome fixes for Mac OS
2012-07-31 Morgan DetersMoving some instantiation-related stuff from src/theory...
2012-07-31 Morgan DetersOptions merge. This commit:
2012-07-27 Morgan DetersMinor cleanup after today's commits:
2012-07-27 Andrew Reynoldsmerging fmf-devel branch, includes refactored datatype...
2012-07-27 François BobotMerge quantifiers2-trunk:
2012-07-14 Morgan DetersType enumerator infrastructure and uninterpreted consta...
2012-07-12 Andrew Reynoldsmerged fmf-devel branch, includes support for SMT2...
2012-06-18 Clark BarrettReverting buggy rewriter code
2012-06-18 Clark BarrettFixed bug in rewriter
2012-06-18 Clark BarrettFix for slow array rewrite and minor bug fix in arrays...
2012-06-17 Clark BarrettFix array bug causing incorrect answers
2012-06-16 Dejan Jovanovićchanging theoryOf in shared mode with arrays to move...
2012-06-14 Dejan Jovanović* removing rewriteEquality from the rewriter
2012-06-13 Clark BarrettFixed failing assertion when EqualityEngine is in conflict
2012-06-12 Dejan Jovanovićbufixes and the bugs
2012-06-12 Clark BarrettFixed failing assertion in arrays for bug 347
2012-06-11 Morgan DetersMerge from quantifiers2-trunkmerge branch.
2012-06-11 Clark BarrettFix for array bug with decision heuristic
2012-06-10 Dejan Jovanovićfixes for bug347
2012-06-07 Dejan Jovanovićfixing the wrong results. arrays equality adaptor had...
2012-06-07 Dejan Jovanovićfixing some bugs in propagation of disequalities
2012-06-06 Dejan JovanovićChanges to the combination mechanism, lots of details...
2012-05-30 Clark BarrettFixed problem with array queue growing too large
2012-05-28 Clark BarrettAdded some BV rewrites, fixed bugs in array theory...
2012-05-27 Dejan JovanovićCommitting the work on equality engine, I need to see...
2012-05-25 Clark BarrettChecking in fix for bug 340 - somehow didn't get checke...
2012-05-21 Dejan JovanovićUpdating equality manager to handle tagged trigger...
2012-05-19 Tim King- The array type rules were fixed to use isSubtypeOf.
2012-05-14 Clark BarrettFixed assertion failures in array theory
2012-05-14 Dejan Jovanovićfixing up preregistration again
2012-05-11 Clark BarrettAdded some ITE rewrites,
2012-05-09 Dejan Jovanović* simplifying equality engine interface
2012-05-03 Dejan JovanovićSome cleanup starting off from trying to understand...
2012-04-27 Clark BarrettFixed warning in decision_engine.h, minor tweak to...
2012-04-20 Clark BarrettUpdates to array theory - much more lazy about introduc...
2012-04-14 Clark BarrettFixed bug in sharing with arrays of different types
2012-04-11 Morgan Detersmerge from arrays-clark branch
2012-04-02 Tim King- Merged in the branch cdlist-cleanup.
2012-03-09 Morgan DetersSome work on the dump infrastructure to support portfol...
2012-03-02 Dejan JovanovićCDMap -> CDHashMap
2012-02-25 Dejan JovanovićppAsert -> ppAssert
2012-02-24 Dejan JovanovićTheory interface changes:
2012-02-20 Morgan Detersportfolio merge
2011-11-01 Morgan DetersImprovements to header installation on user machines...
2011-10-17 Dejan JovanovićSharing work
2011-10-05 Morgan Detersremove some debugging code that slowed down last night...
2011-09-29 Morgan DetersSome base infrastructure for user push/pop; a few bugfi...
2011-09-15 Dejan Jovanovićadditional stuff for sharing,
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-07-12 Morgan Detersfix bug 272, array unsoundness, and some array cleanup
2011-07-11 Morgan Detersfixing out of place typename (error on g++ 4.4.3-4ubuntu5)
2011-07-11 Clark BarrettAdding static_fact_manager
2011-07-11 Clark BarrettClark's work on array theory - can now solve all QF_AX...
2011-05-23 Morgan DetersMerge from arrays2 branch.
2011-04-25 Morgan DetersMonday tasks:
2011-04-25 Morgan DetersWeekend work. The main points:
2011-04-20 Morgan DetersMinor mixed-bag commit. Expected performance impact...
2011-03-25 Morgan DetersThis is a merge from the "theoryfixes+cdattrhash" branc...
2011-02-26 Morgan DetersCommit to fix bug 241 (improper "using namespace std...
2011-02-26 Morgan DetersMerge from theory-break-dependences branch to break...
2011-01-05 Dejan JovanovićCommit for the theory engine and rewriter changes....
2010-11-16 Tim KingAdded Theory::presolve().
2010-10-09 Morgan DetersModel generation for arith, boolean, and uf theories via
2010-10-05 Morgan Detersparser and core support for SMT-LIBv2 commands get...
2010-10-04 Morgan Detersremove/shuffle some #include dependencies; fix some...
2010-10-03 Morgan Detersfile header documentation regenerated with contributors...
2010-07-27 Christopher L. ConwayAdding optional 'check' parameter to getType() methods
2010-07-07 Clark BarrettShared term manager tested and working
2010-07-07 Clark BarrettAdded shared term manager. Basic mechanism for identif...
2010-07-04 Morgan DetersWith "-d extra-checking", rewrites are now checked...
next