summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
AgeCommit message (Expand)Author
2012-06-16changing theoryOf in shared mode with arrays to move equalities to arraysDejan Jovanović
2012-06-15Fixes some assertion failuresClark Barrett
2012-06-14fixing the problems with the bvminisat. there was a case when things would ge...Dejan Jovanović
2012-06-14fixes for the hasTerm issues in the shared database under the decision heuristicDejan Jovanović
2012-06-14* removing rewriteEquality from the rewriterDejan Jovanović
2012-06-13Adds debugging output to theory_engine.cpp.Tim King
2012-06-12bufixes and the bugsDejan Jovanović
2012-06-12conflicts from theories are removableDejan Jovanović
2012-06-11Fixing type comparision assertion in getEqualityStatus().Tim King
2012-06-11Merge from quantifiers2-trunkmerge branch.Morgan Deters
2012-06-10adding an assertion to trigger the problem of bug349 and the testcaseDejan Jovanović
2012-06-10fixes for bug347Dejan Jovanović
2012-06-07fixing some bugs in propagation of disequalitiesDejan Jovanović
2012-06-06Changes to the combination mechanism, lots of details. Not done yet, there ar...Dejan Jovanović
2012-06-06Fixed problem causing crash at destruction timeClark Barrett
2012-06-04Added preprocessing pass that propagates unconstrained values - solves all ofClark Barrett
2012-05-28Added some BV rewrites, fixed bugs in array theory, made ite simp work with BVClark Barrett
2012-05-25init bug fixKshitij Bansal
2012-05-16Changes to SAT solver:Dejan Jovanović
2012-05-15Fixed several bugs in shared terms databaseClark Barrett
2012-05-14fixing up preregistration againDejan Jovanović
2012-05-11Added some ITE rewrites,Clark Barrett
2012-05-09* simplifying equality engine interfaceDejan Jovanović
2012-05-08Merging in bvprop branch, with proper bit-vector propagation. Liana Hadarean
2012-05-03Some cleanup starting off from trying to understand the sharing code. Changes...Dejan Jovanović
2012-05-02Changing d_sharedTermsExist to logicInfo.isSharingEnabled()Clark Barrett
2012-04-30Added map from skolem variables to new ite formulas in ite removal.Clark Barrett
2012-04-28New LogicInfo functionality.Morgan Deters
2012-04-27Fixed warning in decision_engine.h, minor tweak to caregraph function inClark Barrett
2012-04-11merge from arrays-clark branchMorgan Deters
2012-03-22some improvements to the sharing mechanism/interfaceDejan Jovanović
2012-03-09Some work on the dump infrastructure to support portfolio work.Morgan Deters
2012-03-01Partial merge from kind-backend branch, including Minisat and CNF work toMorgan Deters
2012-02-29fixing bug310Dejan Jovanović
2012-02-25ppAsert -> ppAssertDejan Jovanović
2012-02-24Theory interface changes:Dejan Jovanović
2012-02-23Added ability to set a "cvc4-specific logic" in standards-compliantMorgan Deters
2012-02-22Added OutputChannel::propagateAsDecision() functionality, allowing a theoryMorgan Deters
2012-02-21Fix for bug303. The problem was with function applications that get normalize...Dejan Jovanović
2012-02-20Added Theory::postsolve() infrastructure as Clark requested.Morgan Deters
2012-01-23Partial fix to TheoryEngine::getExplanation so that SharedAssertions request ...Tim King
2012-01-23fix for bug295Dejan Jovanović
2011-12-14some more bug fixes (TNode -> Node, normalize literals in explanations)Dejan Jovanović
2011-12-10adding additional checks for theories propagating literals that already have ...Dejan Jovanović
2011-12-10a bit more changes, when propagting equalities/dis-equalities don't assert th...Dejan Jovanović
2011-12-10attempt to fix bug 293: if a split on a trivial shared pair is requested from...Dejan Jovanović
2011-11-29Merging the branch branches/arithmetic/shared-terms into trunk. Arithmetic no...Tim King
2011-11-02fully implement the always-check-again-after-the-output-channel-is-used fix f...Morgan Deters
2011-10-28* ability to output NodeBuilders without first converting them to Nodes---use...Morgan Deters
2011-10-17Sharing workDejan Jovanović
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback