summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-15This commit removes the CONST_INTEGER kind from nodes. This code comes from t...Tim King
2012-05-15renamed bv_sat.h, bv_sat.cpp to bitblaster.h, bitblaster.cpp respectivelyLiana Hadarean
2012-05-15removing all extended commands (as inspired by the Z3 extended command set) e...Morgan Deters
2012-05-15Fix QF_AUFLIA (resolves bug #331).Morgan Deters
2012-05-15fixing warnings, grrDejan Jovanović
2012-05-15several bug fixes: in TheoryBV::NotifyClass missing NOT in predicate notify a...Liana Hadarean
2012-05-14fixes for shared term registration. previously the type was not considered wh...Dejan Jovanović
2012-05-14Fixed assertion failures in array theoryClark Barrett
2012-05-14in debug builds, -d can be used for trace tags that aren't also debug tagsMorgan Deters
2012-05-14fixing up preregistration againDejan Jovanović
2012-05-13fixing build warningsDejan Jovanović
2012-05-11fix regex in Debug_tags and Trace_tags generation for Mac OSMorgan Deters
2012-05-11fix typo in sed lineMorgan Deters
2012-05-11output a warning message when a function type (or datatype, or array, etc.) i...Morgan Deters
2012-05-11Disabled arith-rewrite-equalities by default unless in a pure arithmetic theoryClark Barrett
2012-05-11Added some ITE rewrites,Clark Barrett
2012-05-11Partially fixes something-like-a-problem with TheoryArith::getDeltaValue().Tim King
2012-05-10Removing now unneeded (as of r3425) typenames from EqualityEngine. trunk now ...Tim King
2012-05-09fix an issue which breaks language bindings (so this commit fixes debian nigh...Morgan Deters
2012-05-09--disable-tracing at configure time now disables Trace() and Debug() gestures...Morgan Deters
2012-05-09* simplifying equality engine interfaceDejan Jovanović
2012-05-09rm something for a future merge that sneaked inKshitij Bansal
2012-05-09Merge from decision branch (ITE support)Kshitij Bansal
2012-05-09Fixing the debug tags generation and related methods in configuration.cpp tha...Dejan Jovanović
2012-05-08Merging in bvprop branch, with proper bit-vector propagation. Liana Hadarean
2012-05-07Fixing a bug with TheoryArith::ppAssert() and shared terms.Tim King
2012-05-07Fixes a sign bug in the DioSolver.Tim King
2012-05-04Guard for expensive Debug traceClark Barrett
2012-05-04options: fail if the debug or trace tag specified doesn't exist (-d -t)François Bobot
2012-05-04fix: getNumTraceTags, getNumDebugTagsFrançois Bobot
2012-05-04- This fixes a problem where simplex produced the same conflict in the single...Tim King
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-28require boost library (but not the threading support---that's only necessary ...Morgan Deters
2012-04-28undo, againMorgan Deters
2012-04-28adding THEORY_QUANTIFIERS and THEORY_REWRITERULES to the theory enumeration m...Morgan Deters
2012-04-27undo previous commit (as it will break a number of things without additional ...Morgan Deters
2012-04-27adding THEORY_QUANTIFIERS and THEORY_REWRITERULES to the theory enumeration m...Morgan Deters
2012-04-27fix parser logic-handling oversights: QF_UFBV should now be supportedMorgan Deters
2012-04-27break dependence on zlib-dev for nowMorgan Deters
2012-04-27Fixed warning in decision_engine.h, minor tweak to caregraph function inClark Barrett
2012-04-27This merges in the branch cvc4/branches/arithmetic/matrix into trunk.Tim King
2012-04-25portfolio driver: respect parseOnly optionKshitij Bansal
2012-04-25fix for de+lemmasKshitij Bansal
2012-04-24This commit merges in the branch branches/arithmetic/congruence into trunk. H...Tim King
2012-04-23Merge from decision branch -- partially working justification heuristicKshitij Bansal
2012-04-20Updates to array theory - much more lazy about introduction of readsClark Barrett
2012-04-19In the constructor of DecisionEngine, there were 2 pointers that were assumed...Tim King
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback