cvc5.git
2013-06-08 Morgan DetersFixes for Boolean terms in arrays (including fix for...
2013-06-04 Morgan DetersFix clang static initialization order issue; fixes...
2013-05-29 Morgan DetersPer SMT-LIB spec, allow (set-info..) command to succeed...
2013-05-29 Morgan DetersSMT-LIB printer updates (some missing cases).
2013-05-29 Morgan DetersFix bug where strict mode didn't allow DIV or MOD,...
2013-05-28 Morgan DetersStandardize SMT-LIBv2 set of logics to use LogicInfo.
2013-05-21 Morgan DetersFix bug 512: an assertion failure only appearing with...
2013-05-21 Morgan DetersFix an error that valgrind found.
2013-05-21 Morgan DetersFix incremental bug in symmetry breaker.
2013-05-20 Morgan DetersFix error reporting on use of (nonlinear) div,mod,...
2013-05-20 Morgan DetersUpdate THANKS to mention David Cok's contributions.
2013-05-20 Morgan DetersDetect multiply-defined :named annotations and issue...
2013-05-20 Morgan DetersFix parsing of SMT-LIBv2 |quoted| symbols that span...
2013-05-20 Morgan DetersCompliance fixes for :named annotations: they must...
2013-05-20 Morgan DetersDon't allow get-model & co after a user push/pop
2013-05-20 Morgan DetersAs per SMT-LIB standard: make - and xor take n>2 args...
2013-05-20 Morgan DetersFix for equality-chaining of Booleans in SMT-LIBv2.
2013-05-20 Morgan DetersFix destruction issue in GetValueCommand leading to...
2013-05-20 Morgan DetersBetter error on invalid logic strings.
2013-05-20 Morgan DetersBetter error on illegal (pop N); also more compliant...
2013-05-20 Morgan DetersA couple of fixes to the get-option command for complia...
2013-05-20 Morgan DetersDisallow construction of (_ BitVec 0).
2013-05-20 Morgan DetersFixed "success" response to (push N) / (pop N) with...
2013-05-20 Morgan DetersFix to empty response to (get-assignment).
2013-05-20 Morgan Detersconfigure fix for building with glpk on redhat, perhaps...
2013-05-20 Morgan Detersminor changes to language bindings
2013-05-20 Morgan Detersdisable Logic-checking with finite model finding for...
2013-05-20 Morgan DetersFix erroneous results when the logic was incorrectly...
2013-05-08 Morgan DetersPrerelease versioning for 1.2.x
2013-05-08 Morgan DetersMerge tag 'smteval2013'
2013-05-08 Morgan DetersCutting release 1.2.
2013-05-08 Morgan DetersRemoving arithmetic compile warning for release
2013-05-08 Morgan Detersupdate versioning
2013-05-08 Morgan Detersfinal updates for smt-eval script
2013-05-08 Clark BarrettFixed assertion bug
2013-05-08 Morgan Detersfix for smt-eval run script
2013-05-07 Morgan DetersBV strategy for SMT-EVAL
2013-05-07 Morgan Detersfix for nonterminating model-based array loop
2013-05-07 lianahadded type checking rule to check for bit-vector consta...
2013-05-07 lianahone more fix for rewrites
2013-05-07 lianahfixed bv rewrite blow-up
2013-05-07 Dejan Jovanovićfix for bug500
2013-05-07 Tim KingFixes a bug with arithmetic's new attempt solution...
2013-05-07 Tim KingImproving arithmetic debugging output.
2013-05-07 Tim KingDisabling an incorrect prototyping line from the simple...
2013-05-07 Morgan DetersChange SMT-EVAL run-script to use Tim's best QF_LRA...
2013-05-07 Liana Hadareanfixed bv rewrite rule bug
2013-05-06 Morgan DetersRemoving excess verbosity from ApproxSimplex (after...
2013-05-06 Tim KingAdding a heuristic for guessing an optimization functio...
2013-05-06 Tim KingDisables justification stop only for LRA if the problem...
2013-05-06 Clark BarrettSome bug fixes for mb arrays
2013-05-05 Tim KingAdding cut offs for likely integer infeasible paths.
2013-05-04 Tim KingAdding a smarter technique for pivoting in solutions...
2013-05-03 Tim KingFixing compilation of unit tests. These problems were...
2013-05-03 Tim KingMore misc. arithmetic cleanup. Removing unused files...
2013-05-03 Tim KingCode cleanup. Reducing misc. warnings in arithmetic.
2013-05-03 Tim KingRemoving arithmetic legacy code and unifying functions.
2013-05-03 Tim KingFixing a debug typo.
2013-05-03 Tim KingMerging branch 'soiquickexplain'.
2013-05-03 Tim KingMerge branch 'fcexplanations'
2013-05-02 Tim KingAdding quick explain for soi simplex.
2013-05-02 Dejan Jovanović* splitLemma to request atoms
2013-05-02 lianahmerged master
2013-05-02 lianahMerge branch 'master' of https://github.com/CVC4/CVC4
2013-05-01 Morgan DetersComment out some debug-related things in attribute...
2013-05-01 Morgan DetersFix to dumping re: boolean terms, datatypes
2013-05-01 Morgan DetersFix to boolean-terms; resolves bug #507
2013-05-01 lianahremoved tracing code causing slowdown; cleaned up some...
2013-05-01 Tim KingWorking on the new explanation system.
2013-05-01 lianahadded back BitwiseEq rule
2013-05-01 Morgan DetersAdding a missing makefile to the dist (fixes distcheck)
2013-04-30 Tim KingMaking propagation more conversative.
2013-04-30 Tim KingDraft of the new propagation code.
2013-04-30 lianahfixed merge conflicts
2013-04-30 lianahmerged cvc4 master
2013-04-30 lianahupdated the author name
2013-04-30 lianahadded several rewrite rules (BitwiseSlicing, Ule/SleEli...
2013-04-30 lianahadded bvule, bvsle operator elimination rulesl; added...
2013-04-30 lianahadded some bv rewrite rules
2013-04-30 lianahinnd examples are solved fast, but destruction assertio...
2013-04-30 Liana Hadareanfixed compile error
2013-04-30 lianahuncompiling new bv to bool lifting
2013-04-30 lianahfinished implementing bv to bool lifting and added...
2013-04-30 Liana Hadareanmore work on boolean lifting
2013-04-30 lianahstarted work on bv1 to boolean lifting
2013-04-30 lianahadded support for dumping the SAT problem the sat solve...
2013-04-30 lianahupdated the author name
2013-04-30 Andrew ReynoldsAdd option in quantifiers for clause splitting
2013-04-30 lianahadded several rewrite rules (BitwiseSlicing, Ule/SleEli...
2013-04-30 Kshitij Bansaladd decision_attributes.h for make dist
2013-04-30 Tim KingAdding has bound counts and tracking for rows.
2013-04-29 Morgan DetersSome fixes for GCC 4.2, and for Java on Mac
2013-04-29 Kshitij BansalMerge pull request #9 from kbansal/master
2013-04-29 Morgan DetersFixes to FCSimplex for some versions of compilers
2013-04-28 Tim KingFixing the failure for make distcheck.
2013-04-26 Kshitij BansalMerge experimental decisionweight branch
2013-04-26 Tim KingFCSimplex branch merge
2013-04-25 lianahadded bvule, bvsle operator elimination rulesl; added...
2013-04-25 Morgan DetersAdd ability to run different regression levels with...
2013-04-24 Morgan DetersTheory "alternates" support
next