summaryrefslogtreecommitdiff
path: root/src/expr
AgeCommit message (Expand)Author
2012-07-08Bugs resolved by this commit: #314, #322, #359, #364, #365.Morgan Deters
2012-07-07Various fixes to documentation---typos, some incomplete documentation fixed, ...Morgan Deters
2012-06-22Parser: add the possibility to bind at level 0.François Bobot
2012-06-14some changes to make CVC4 work nicely with trace executor for application tra...Morgan Deters
2012-06-12minor cleanup, and replace a "private:" in equality engine that had been remo...Morgan Deters
2012-06-11Merge from quantifiers2-trunkmerge branch.Morgan Deters
2012-06-09Cleanup and comments for the dag-ifier. Also some unit testing for it.Morgan Deters
2012-06-09Dagification of output expressions.Morgan Deters
2012-06-08Extend Printer infrastructure also to the "Result" class, meaning that differ...Morgan Deters
2012-06-08handle BitVectorSignExtend in picklerKshitij Bansal
2012-06-07Adding EchoCommand and associated printer and parser rules:Morgan Deters
2012-06-06Changes to the combination mechanism, lots of details. Not done yet, there ar...Dejan Jovanović
2012-06-04Added preprocessing pass that propagates unconstrained values - solves all ofClark Barrett
2012-05-18This commit adds TypeNode::leastCommonTypeNode(). The special case for arith...Tim King
2012-05-18This commit removes the dead psuedoboolean code.Tim King
2012-05-15Implement TypeNode::isComparableTo() and add a unit test for it.Morgan Deters
2012-05-15This commit removes the CONST_INTEGER kind from nodes. This code comes from t...Tim King
2012-05-11output a warning message when a function type (or datatype, or array, etc.) i...Morgan Deters
2012-05-11Added some ITE rewrites,Clark Barrett
2012-04-28New LogicInfo functionality.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-18disabling the problematic pragma in node_manager.h on gcc < 4.6 until we figu...Dejan Jovanović
2012-04-17Fix for thos annoying "array index" warnings in production buildsDejan Jovanović
2012-04-06* Fix ITEs and functions in CVC language printer.Morgan Deters
2012-03-09Some work on the dump infrastructure to support portfolio work.Morgan Deters
2012-03-07fix some Java compatibility-layer interface problems; also fix some Mac OS X ...Morgan Deters
2012-03-02CDMap -> CDHashMapDejan Jovanović
2012-03-01Partial merge from kind-backend branch, including Minisat and CNF work toMorgan Deters
2012-02-25Refactored CnfStream to work with the bv theory Bitblaster:Liana Hadarean
2012-02-23Added ability to set a "cvc4-specific logic" in standards-compliantMorgan Deters
2012-02-22Fixes to documentation / fixes for MacOSMorgan 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-20portfolio mergeMorgan Deters
2012-02-13proper handling of improper get-valueMorgan Deters
2011-12-14minor fixes to printing and parsing of CVC-language defined functions and lam...Morgan Deters
2011-11-22More language bindings work:Morgan Deters
2011-11-16Addressed many of the concerns raised in the public interface review of CVC4 ...Morgan Deters
2011-11-15Bindings work (ocaml bindings are now sort of working); also minor cleanupMorgan Deters
2011-11-06datatype stuff in compatibility interface implementedMorgan Deters
2011-11-04STRING_TYPE and CONST_STRING and associate type infrastructure implemented.Morgan Deters
2011-11-01Improvements to header installation on user machines. Internally, we canMorgan Deters
2011-10-29fix unit testsMorgan Deters
2011-10-29Support for SMT-LIBv2 (get-proof), CVC-style DUMP_PROOF command, SmtEngine::g...Morgan Deters
2011-10-28* ability to output NodeBuilders without first converting them to Nodes---use...Morgan Deters
2011-10-13Interruption, time-out, and deterministic time-out ("resource-out") features.Morgan Deters
2011-10-07Some new Datatype public functionality, as per Chris Conway's suggestions on ...Morgan Deters
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback