summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-15Pretty-printer infrastructure created (in src/printer) and SMT-LIBv2 printerMorgan Deters
2010-11-15This commit merges the arith-prop-opt branch into the main trunk. This was do...Tim King
2010-11-15minor tweaks to last commit, testing infrastructureMorgan Deters
2010-11-15fix some things with the build system (make dist, make install, make check)Morgan Deters
2010-11-12Some bug fixes in the SAT for lemmas, and an experiment with a more complete ...Dejan Jovanović
2010-11-11make addsourcedir executableMorgan Deters
2010-11-09Lemmas on demand work, push-pop, some cleanup.Dejan Jovanović
2010-11-08command-line flag to disable theory registration, also SMT-LIBv2 compliance (...Morgan Deters
2010-11-08cleanup, documentation, SMT-LIBv2 complianceMorgan Deters
2010-11-08fix out-of-date version/copyright for minisatsMorgan Deters
2010-11-05Moving Options fiddling to options.hChristopher L. Conway
2010-11-04competition mode implies --no-checkingMorgan Deters
2010-11-04Moving the post_mortem.py script out of contrib and into the cvc4 scripts dir...Tim King
2010-11-04Updates post_mortem.py script to be able to handle certain kinds of crashes a...Tim King
2010-11-04This commit adds the ejected and un-ejected statistics.Tim King
2010-11-03Adds size() to RowVector.Tim King
2010-11-03Adds statistics for the number of Uservariables and Slack variables used by a...Tim King
2010-11-03Adds AverageStat to stats.h.Tim King
2010-10-31small fix to debug segfaultsMorgan Deters
2010-10-31enable dependence graphs in doxygen; fix lots of doxygen warnings, fix some d...Morgan Deters
2010-10-31maximize stack limit, handle SEGV signals on an alternate signal stack, and t...Morgan Deters
2010-10-30Adds a hueristic from Alberto's thesis. For a fixed window the row count is u...Tim King
2010-10-29Fix for a problem caused by using a != instead of == in generateConflictBelow...Tim King
2010-10-29portability updates to build systemMorgan Deters
2010-10-29Adds a very small test that triggers a bug. The bug is from the commit for -r...Tim King
2010-10-29minor fixes as a result of review of Chris's getType() rewrite; also fix some...Morgan Deters
2010-10-29Fixes RowVector::has().Tim King
2010-10-29Factors out the QF_LRA decision procedure from TheoryArith and puts this into...Tim King
2010-10-28The Row implementation has no been replaced by RowVector and ReducedRowVector...Tim King
2010-10-28Changing NodeBuilder::debugCheckType() to maybeCheckType()Christopher L. Conway
2010-10-28Disabling bottom-up algorithm in NodeManager::getType() when type checkingChristopher L. Conway
2010-10-28fix confusing CXXTEST configure message, indicating success at finding cxxtes...Morgan Deters
2010-10-27Small change to documentation in NodeManager::getTypeChristopher L. Conway
2010-10-27Slightly more efficient version of getTypeChristopher L. Conway
2010-10-27make dist-building more pleasant (put .tar.gz in builds/ directory)Morgan Deters
2010-10-27Changing dependency info in READMEChristopher L. Conway
2010-10-27Modifying getType to use a non-recursive algorithm (Fixes: #228)Christopher L. Conway
2010-10-27fix test MakefileMorgan Deters
2010-10-27"make dist" fixes; a distribution tarball can now build and pass tests. "make...Morgan Deters
2010-10-27support focus on a particular subpackage (e.g. "expr")Morgan Deters
2010-10-27inter-package dependence graph generation (in dot format)Morgan Deters
2010-10-26GetValueCommand now gives a TUPLE as output, with the first operand the input...Morgan Deters
2010-10-26Cleaning up some header filesChristopher L. Conway
2010-10-26Adding dependency info to READMEChristopher L. Conway
2010-10-25for static linking of driver binary, list libmain.a first (fixes link errors ...Morgan Deters
2010-10-25missing case in expr output; resolves bug 226Morgan Deters
2010-10-24Adding unit test for InteractiveShellChristopher L. Conway
2010-10-24add a CVC4_UNDEFINED keyword, for intentionally undefined functions (like pri...Morgan Deters
2010-10-23Removed slack.h, and arith_activity.h. Replaced IsBasicManager with the more ...Tim King
2010-10-23Adding Parser::setInput and using it in InteractiveShell (Fixes: #225)Christopher L. Conway
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback