summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-27Small change to documentation in NodeManager::getTypeChristopher L. Conway
2010-10-27Slightly more efficient version of getTypeChristopher L. Conway
2010-10-27Modifying getType to use a non-recursive algorithm (Fixes: #228)Christopher L. Conway
2010-10-27"make dist" fixes; a distribution tarball can now build and pass tests. "make...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-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
2010-10-22removing unused functionality from util; related to bug #222Morgan Deters
2010-10-22fix valgrind-reported errors in parser builder; a non-SMT parser was always u...Morgan Deters
2010-10-22Saving state between lines in interactive mode (Fixes: #223)Christopher L. Conway
2010-10-22Using Options in ParserBuilder and InteractiveShellChristopher L. Conway
2010-10-22Merging main/getopt.cpp, main/usage.h, and smt/options.h inChristopher L. Conway
2010-10-22Code cleanup for TheoryArith.Tim King
2010-10-22comment out the "interactive" check in SmtEngine::getValue() for now (resolve...Morgan Deters
2010-10-22Fixes to getValue for TheoryArith.Tim King
2010-10-21* Option --no-type-checking now disables type checks in SmtEngineChristopher L. Conway
2010-10-20Changing --no-early-type-checking to --no-type-checkingChristopher L. Conway
2010-10-20Enabling semantic checks in ParserBuilderChristopher L. Conway
2010-10-20Adding detection of TTY vs. piped input for interactive modeChristopher L. Conway
2010-10-20Fixing minor whitespace bug in the parserChristopher L. Conway
2010-10-20Adding support for interactive modeChristopher L. Conway
2010-10-20fix bug #220 (assertion fails if no query/check-sat); add bug220.smt2 and bug...Morgan Deters
2010-10-14Fixed computation of infinitesimals for arithmetic model generation.Tim King
2010-10-13Removed vector<Monomial> monos from Polynomial. Now using expr::NodeSelfIter...Tim King
2010-10-12with --stats, statistics are dumped for memouts and (normal) exceptions.Morgan Deters
2010-10-12IDENTITY has been removed.Tim King
2010-10-12minor unit test fix-upsMorgan Deters
2010-10-12fix debugPrintNode(), debugPrintTNode(), debugPrintNodeValue(), debugPrintTyp...Morgan Deters
2010-10-12fix some leaks in parser, add debug code to node manager to find moreMorgan Deters
2010-10-12hooked up "we are incomplete" flag after conversation with Tim (a theory noti...Morgan Deters
2010-10-12Merge from cc-memout branch. Here are the main pointsMorgan Deters
2010-10-12check last result in (get-assignment); some context cleanupMorgan Deters
2010-10-11use "forward" headersMorgan Deters
2010-10-10additional model gen and SMT-LIBv2 compliance work: (get-assignment) now supp...Morgan Deters
2010-10-09reverting some changes to parser from last commitMorgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback