summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-13Added test/regress/regress1/arith and populated it with some fast SMT LIB pro...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
2010-10-09support for SMT-LIBv2 :named attributes, and attributes in general; zero-ary ...Morgan Deters
2010-10-09fix to unit testsMorgan Deters
2010-10-09bug fixes to model genMorgan Deters
2010-10-09Model generation for arith, boolean, and uf theories viaMorgan Deters
2010-10-08* (define-fun...) now has proper type checking in non-debug buildsMorgan Deters
2010-10-08support (set-info) on status, source, category, difficulty, smt-lib-version, ...Morgan Deters
2010-10-07oops, reverting a change to a regression test that had intentionally caused a...Morgan Deters
2010-10-07type checking for define-fun in production builds; related to (and might reso...Morgan Deters
2010-10-07NodeSelfIterator implementation and unit test (resolves bug #204); also fix P...Morgan Deters
2010-10-07Small tableau optimization.Tim King
2010-10-07SMT-LIBv2 (define-fun...) command now functional; does eager expansion at pre...Morgan Deters
2010-10-06declare-sort, define-sort working but not thoroughly tested; define-fun half ...Morgan Deters
2010-10-05parser and core support for SMT-LIBv2 commands get-info, set-option, get-opti...Morgan Deters
2010-10-04fix gdb issues (at least for static builds); resolves bug 194Morgan Deters
2010-10-04fix regular expressions in build systemMorgan Deters
2010-10-04fixing CLN builds, which had broken the build tonight; will re-run regression...Morgan Deters
2010-10-04re-add a dependency to fix compile warningsMorgan Deters
2010-10-04remove/shuffle some #include dependencies; fix some documentation; apply codi...Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback