summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-03-26Merge branch 'master' of git@github.com:CVC4/CVC4.gitDejan Jovanović
2013-03-26moving bv before arraysDejan Jovanović
2013-03-25java input stream adapters workingMorgan Deters
2013-03-25Fix for SCM detectionMorgan Deters
2013-03-25finish removal of separateOutputKshitij Bansal
2013-03-23Fix bug in portfolio executor output; fixes nightly portfolio-checking runs.Morgan Deters
2013-03-23Merge remote-tracking branch 'dddejan/c++11'Dejan Jovanović
Conflicts: src/smt/boolean_terms.cpp
2013-03-23changing string hash function to use the gnu namespaceDejan Jovanović
due to namesapce resolution std namespace was used instead, which hashes the string pointers leading to mayhem
2013-03-22Support for Boolean term conversion in datatypes.Morgan Deters
2013-03-22compiles withDejan Jovanović
export CXXFLAGS='-std=gnu++0x' before configure fails all regressions in the parser
2013-03-21another typo/bugfix for equality constant evaluationDejan Jovanović
2013-03-21Better error in case of nonlinear assertions while in linear logicMorgan Deters
2013-03-21Add the ability to "mute" commands, needed for SMT-LIB compliance.Morgan Deters
2013-03-21fixing markings of internal nodes in equality engineDejan Jovanović
2013-03-21Merge branch 'master' of github.com:CVC4/CVC4Dejan Jovanović
2013-03-21Some model and printing fixes for defined functions in input.Morgan Deters
2013-03-21more equality constant evaluationDejan Jovanović
2013-03-21Fix for SmtEngine::expandDefinitions()---improper TypeCheckingExceptionMorgan Deters
2013-03-21fixing constant evaluation bugsDejan Jovanović
2013-03-20Better reporting of detached git state in --version and --show-configMorgan Deters
2013-03-20Fix to bug 497: make justification heuristic's ITE cache context-dependent.Morgan Deters
2013-03-20Interactive mode support for multiline inputMorgan Deters
2013-03-20Properly |quote| symbols in SMT-LIBv2 output.Morgan Deters
2013-03-20Some statistics for narrowing down incrementality issues (push/pop vs solve ↵Morgan Deters
timing)
2013-03-19Adding evaluation of constant terms to the equality engine. Evaluation on a ↵Dejan Jovanović
particular kind can be set by setting interpreted = true when calling addFunctionKind.
2013-03-19Minor cleanup of sourcesMorgan Deters
2013-03-19Fixes for miplib-trick application (and a new testcase)Morgan Deters
2013-03-19Remove PropositionalQuery class and all CUDD-related build stuff (and ↵Morgan Deters
references)
2013-03-19Minor fixes to build systemMorgan Deters
2013-03-15Boolean terms rewriting for quantified variables of type Bool, when ↵Morgan Deters
quantifier body uses them in term context
2013-03-15Merge branch '1.0.x'Morgan Deters
2013-03-15fix up build system for swig (d242c30 introduced a subtle error)1.0.xMorgan Deters
2013-03-15changed default option for quantifier instantiationAndrew Reynolds
2013-03-14Merge branch '1.0.x'Morgan Deters
2013-03-14Fix warning (line annotation)Morgan Deters
2013-03-14fix to build system: #include the proper file when they are in both builds ↵Morgan Deters
and src
2013-03-13Added a rewrite for iff:Clark Barrett
x = c iff x = d ---> false This fixes Andy's problem if unconstrained simplification is turned on.
2013-03-11ite removal option for quantifiers --ite-remove-quant, e-matching for ↵Andrew Reynolds
boolean terms, improvement for pre skolemization
2013-03-08Disallow overflow in bitvector literals (parser only)Morgan Deters
* For example, (_ bv5 1) is now an error instead of being silently truncated. * Probably inappropriate for 1.0.x because it changes exception specifications.
2013-03-06Best heuristics for handling decision requests from arraysClark Barrett
2013-03-06fixed two bugs for the new E-matching implementation, added aggressive ↵Andrew Reynolds
miniscoping option --ag-miniscope-quant, minor cleanup
2013-03-05Merge branch '1.0.x'Morgan Deters
Conflicts: src/smt/smt_engine.cpp
2013-03-05Bugfix for SmtEngine: proper unsubscribing for NodeManager eventsMorgan Deters
2013-03-01Merge branch '1.0.x'Morgan Deters
2013-02-26Bug fix for rep-set.Morgan Deters
(Cherry-picked from commit c71ec27 in master.)
2013-02-26Fix for quantifiers containing Boolean terms.Morgan Deters
2013-02-26Merge branch '1.0.x'lianah
2013-02-26Merge branch '1.0.x' of https://github.com/CVC4/CVC4 into 1.0.xlianah
2013-02-26fix for bv crash in incremental mode; this is a temporary fix for bug 493lianah
2013-02-24added option --model-u-dt-enum for outputting uninterpreted sorts as ↵Andrew Reynolds
datatype enumerations + minor update to array rewriter to improve output for this option, minor refactoring of representative selection for quantifier instantiation, initial draft of disequality propagation option --uf-ss-deq-prop, other refactoring of uf strong solver, fixed bug 496, improvement for fmf enumeration of finite built-in sorts
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback