cvc5.git
2012-09-26 Morgan Detersbug #398 test (bug was resolved last night), and a...
2012-09-26 Morgan DetersFix type checking for define-funs (resolves bug 398).
2012-09-26 Morgan DetersThe Tuesday Afternoon Catch-All Commit (TACAC):
2012-09-25 Morgan Detersfix
2012-09-25 Morgan Detersfix some Mac issues
2012-09-25 Morgan Deterssome buggy examples for incrementality, and make bug326...
2012-09-24 Dejan Jovanovićsome api changes
2012-09-24 Morgan DetersFix the memout issue seen in recent nightly regressions...
2012-09-22 Morgan DetersSeparate public-facing and internal-facing interfaces...
2012-09-22 Dejan Jovanovićanother fix for the equality class iterator
2012-09-21 Morgan DetersFixes for datatype dumping and printing. Add a new...
2012-09-21 Morgan DetersSMT-LIBv2 compliance updates:
2012-09-21 Morgan Detersbetter verbosity support (so it's sensible when the...
2012-09-20 Morgan Detersmap C++ exceptions to Java exceptions correctly when...
2012-09-20 Morgan Deterssome bugfixes that come as a result of debugging some...
2012-09-19 Morgan DetersGeneral subscriber infrastructure for NodeManager,...
2012-09-19 Morgan Detersfix subtle bug in NodeValue::toStream()
2012-09-19 Dejan Jovanovićfix for bug 370.
2012-09-19 Dejan JovanovićChanging the equality engines's euivalence class iterat...
2012-09-18 Morgan DetersSMT-LIBv2 compliance regarding outputting "unknown".
2012-09-17 Morgan Detersspeed up option-file generation on Mac OS by an order...
2012-09-17 Morgan Detersmore bindings fixes
2012-09-17 Andrew Reynoldsminor fix for models, added simple cliques option for...
2012-09-16 Morgan Detersenable bug regression for bug 382
2012-09-16 Andrew Reynoldsstore values returned by get-value in TheoryModel:...
2012-09-15 Morgan Detersminor interface improvements, compliance fixes
2012-09-15 Morgan Detersanother bindings fix (should fix debian build)
2012-09-15 Morgan Detersbug testcase for model generation
2012-09-14 Morgan Detersa fix for the java bindings for wei
2012-09-14 Morgan DetersFix a soundness bug reported by Matthias Weiler (had...
2012-09-14 Morgan DetersFix a few minor issues in options processing, improving...
2012-09-13 Andrew Reynoldsensure that get-value and get-model are consistent...
2012-09-12 Morgan DetersAdding model assertions after SAT responses.
2012-09-11 Andrew Reynoldsadded getCardinality to model
2012-09-11 Tim KingPartially reverting the changes made in 4308. There...
2012-09-10 Andrew Reynoldsmodified getValue to return Expr instead of Node
2012-09-10 Tim KingFixed an error in the rewriter Pascal pointed out....
2012-09-10 Morgan Deterslist portfolio_util.h in Makefile, so it gets distribut...
2012-09-08 Morgan DetersAdd [*] footnotes to --help output indicating for many...
2012-09-08 Morgan DetersSome minor changes after reviewing the portfolio "unifi...
2012-09-08 Kshitij BansalSingle driver for both sequential and portfolio
2012-09-06 Morgan Detersallow SmtEngine::setOption() for trace and debug tags
2012-09-06 Morgan Detersfixes to the compatibility layer; this fixes the broken...
2012-09-06 Morgan DetersRemove SmtEngine::getStackLevel(), which exposed implem...
2012-09-06 Morgan Detersadd --incremental to --smtlib2 compliance mode (thanks...
2012-09-05 Morgan Detersadd a THANKS file for listing external source code...
2012-09-04 Morgan DetersAccepted some patches from the Multicore Programming...
2012-09-03 Andrew Reynoldsminor cleanup leftover from fmf-devel
2012-08-31 Andrew Reynoldsmerge from fmf-devel branch. more updates to models...
2012-08-30 Morgan Detersset the default expression-printing depth to "unlimited"
2012-08-29 Morgan Deters* Numerous documentation fixes (fix doxygen warnings...
2012-08-29 Morgan DetersTo the build system:
2012-08-28 Morgan Deterstest summaries for automake 1.12 test harness
2012-08-28 Morgan Detersfix a bug in CLN rational printing where the base was...
2012-08-28 Morgan Detersfix regression tests for automake 1.11 and automake...
2012-08-28 Morgan DetersImproved compatibility layer, now supports quantifiers...
2012-08-28 Morgan Detersfixes for Mac and automake 1.12 detection
2012-08-27 Morgan Detersfix a destruction-order issue that was (1) causing...
2012-08-27 Morgan Deters* Reversing commit r4258 (which disabled failing regres...
2012-08-26 Kshitij Bansalminor, lying around in a wd (related to investigating...
2012-08-26 Kshitij Bansaldisabling failing regressions
2012-08-26 Clark BarrettArray constants finished and working. Unit tests for...
2012-08-25 Morgan Detersfix unit tests
2012-08-24 Morgan Deters* disallow internal uses of mkVar() (you have to mkSkol...
2012-08-24 Morgan Detersdisallow assertions to inactive theories.
2012-08-24 Morgan Detersfix TheoryEngine::collectModelInfo() to only call colle...
2012-08-24 Morgan Detersfix warning in arrays rewriter
2012-08-24 Morgan Detersfix get-value output in a couple ways; this fixes bug...
2012-08-23 Morgan Detersattribute stuff for Clark's array constants
2012-08-23 Clark BarrettArray constant coding done except for the attributes...
2012-08-22 Morgan DetersCap finite cardinalities at 2^64, as discussed in the...
2012-08-22 Morgan Detersfix some build dependencies in options-building; should...
2012-08-22 Clark BarrettMore progress on array constants.
2012-08-21 Morgan Detersadd some incremental in-tree regressions
2012-08-21 François Bobotrewriterules: fix a correction bug with --simplificatio...
2012-08-20 Morgan Detersremove duplicate function TheoryEngine::getTheory(Theor...
2012-08-20 Morgan Detersremoving v1l20009.cvc, a datatypes benchmark where...
2012-08-20 Morgan Detersminor cleanup
2012-08-20 Morgan Detersfixes for java bindings
2012-08-19 Clark Barrett1. Fix for inst_match.cpp to allow compilation on fedora
2012-08-16 Morgan DetersThe SmtEngine now ensures that setLogicInternal() is...
2012-08-16 Kshitij Bansalbug 374 (was found through fuzzing 2012-07-18)
2012-08-16 Morgan DetersReplace propagateAsDecision() with Theory::getNextDecis...
2012-08-16 Morgan DetersArrayStoreAll should (for now) only allow constant...
2012-08-16 Morgan Detersfix exceptions and mkConst() in java binding
2012-08-16 Morgan Deterssome fixes for language bindings
2012-08-14 Morgan DetersFixes to integer wrapper classes:
2012-08-14 Tim KingImplements TheoryArith::collectModelInfo(). The curren...
2012-08-14 Tim KingAdds substituteDelta() to DeltaRational which given...
2012-08-14 Tim KingSwitched TheoryModel assertEqualityEngine to use const...
2012-08-14 Tim KingSwitched a number of EqClassIterator operations to...
2012-08-13 Morgan Detersfix integer parsing error.. thanks dejan for the report...
2012-08-13 Morgan DetersMake a few functions in TheoryEngine (like theoryOf...
2012-08-13 Morgan DetersMinor cleanup. No performance difference expected.
2012-08-09 Morgan Detersminor isConst()-related fixes to printing; also add...
2012-08-08 Morgan DetersFix --no-checking option.
2012-08-08 Morgan DetersPublic interface review items:
2012-08-07 Dejan Jovanovićsmall fixes
2012-08-07 Morgan Deterssome fixes to command and declaration tab-completion...
2012-08-07 Morgan DetersSome items from the CVC4 public interface review:
next