summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-08fix "make dist"Morgan Deters
2012-03-08Fixin the bug Clark found. In final check, enqueued propagations were not dis...Dejan Jovanović
2012-03-08Removing QUICK_CHECK, and other unused ones, from the Theory::Effort.Dejan Jovanović
2012-03-07cdqueue : fix size(). Thank you Clark for spotting this silly mistake.François Bobot
2012-03-07fix some Java compatibility-layer interface problems; also fix some Mac OS X ...Morgan Deters
2012-03-06updating the equality engine to be able to give explanations for terms that w...Dejan Jovanović
2012-03-03Changing the dependency checking; GMP is required (and sometimes must be expl...Morgan Deters
2012-03-02Remove some commented out code from sat.hKshitij Bansal
2012-03-02This commit merges in the changes from branches/arithmetic/refactor0Tim King
2012-03-02CDMap -> CDHashMapDejan Jovanović
2012-03-02committing the TNode/Node fix that was in the kind-backend branch; there's st...Morgan Deters
2012-03-02Renamed CDQueue to CDTrailQueue and CDQueue2 to CDQueue. Small changes to fun...Tim King
2012-03-01Partial merge from kind-backend branch, including Minisat and CNF work toMorgan Deters
2012-03-01cdqueue2 : cdlist that can be used like queue and can delete element that wil...François Bobot
2012-03-01Fixed a copy paste error where a lower bound was looked up instead of an uppe...Tim King
2012-02-29This should fix the debian build fails:Liana Hadarean
2012-02-29fixing bug310Dejan Jovanović
2012-02-29consistency in how the Dump output stream is usedMorgan Deters
2012-02-28This commit merges in branches/arithmetic/internalbb up to revision 2831. Th...Tim King
2012-02-28Improves the arithmetic difference manager to delay any work until a shared t...Tim King
2012-02-28fix theory "kinds" file documentation for allowed arity of operatorsMorgan Deters
2012-02-28Adds the CDQueue class. This is a wrapper for combining a CDList<T> and a CD...Tim King
2012-02-28Replace the sequence of hardcoded addTheory() calls with a use of the theory ...Morgan Deters
2012-02-27fixes to new-theory script; resolves bug #307Morgan Deters
2012-02-25ppAsert -> ppAssertDejan Jovanović
2012-02-25Refactored CnfStream to work with the bv theory Bitblaster:Liana Hadarean
2012-02-24Theory interface changes:Dejan Jovanović
2012-02-23Added ability to set a "cvc4-specific logic" in standards-compliantMorgan Deters
2012-02-23pcvc4 only built if --with-portfolio given to the configure script (Clark-req...Morgan Deters
2012-02-22Fix for bug 305.Tim King
2012-02-22fixes to configure and boost.m4 to make certain boost installations nonfatal ...Morgan Deters
2012-02-22another static library unavailability issueMorgan Deters
2012-02-22make sure to clear out READLINE_LIBS if readline causes problems at configure...Morgan Deters
2012-02-22Added OutputChannel::propagateAsDecision() functionality, allowing a theoryMorgan Deters
2012-02-22Fixes to documentation / fixes for MacOSMorgan Deters
2012-02-22minor change to order fn in sat solver's ElimLtKshitij Bansal
2012-02-21add a "--with-portfolio" configure option that makes a missing boost-thread l...Morgan Deters
2012-02-21fix src/util/hash.h to specialize GNU's hash template for <uint64_t> on platf...Morgan Deters
2012-02-21language bindings fixes for yesterday's portfolio mergeMorgan Deters
2012-02-21Fix for bug303. The problem was with function applications that get normalize...Dejan Jovanović
2012-02-21don't require libboost_thread (its presence is detected at configure-time), a...Morgan Deters
2012-02-20fix sharing issue for portfolio (full lit-to-node map wasn't being kept in my...Morgan Deters
2012-02-20fix "make dist"Morgan Deters
2012-02-20zlib not required; remove configure's dependency on itMorgan Deters
2012-02-20portfolio mergeMorgan Deters
2012-02-20readline links in -ltermcap -ltinfo too (fixes breakage in static-binary builds)Morgan Deters
2012-02-20Added Theory::postsolve() infrastructure as Clark requested.Morgan Deters
2012-02-20By default, ONLY enable symmetry breaker ONLY for QF_UF (both SMT-LIBv1Morgan Deters
2012-02-16clarify wording in README, thanks for finding this Francois!Morgan Deters
2012-02-16Last commit accidentally lacked r2778 and r2779 from integer2. I have manual...Tim King
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback