cvc5.git
2012-10-19 Tim KingFix for model building with shared terms for arithmetic.
2012-10-19 Kshitij BansalFix problem with incremental with portfolio. Fixes...
2012-10-19 Liana HadareanBV theory model fix
2012-10-19 Kshitij Bansal--fallback-sequential / --no-fallback-sequential option
2012-10-17 Andrew Reynoldsfirst working version of new inst-gen-style quantifier...
2012-10-16 Andrew Reynoldsmore cleanup of quantifiers code
2012-10-16 Andrew Reynoldsfirst draft of new inst gen method (still with bugs...
2012-10-14 Morgan Detersfix #line number warnings (sorry!)
2012-10-12 Clark BarrettAdded assertions and tracing code for collectModelInfo...
2012-10-12 Clark BarrettLatest changes to model code
2012-10-11 Morgan DetersFix bug 421, again, and add a second, independent test...
2012-10-11 Morgan Detersminor changes in wording for "cvc4 --version", and...
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-10-11 Morgan DetersFix wording on GPL in legal notices; also remove an...
2012-10-11 Morgan Deterscompliance note
2012-10-10 Morgan DetersAbstract values for SMT-LIB.
2012-10-10 Andrew Reynoldscleanup up some static data members in the quantifiers...
2012-10-10 Dejan Jovanovićfixing the cvc bv parser and typechecker
2012-10-09 Kshitij Bansaltypo
2012-10-09 Kshitij Bansalbugfix: isQuantified, bugfix: flush
2012-10-09 Andrew Reynoldsfixed datatypes rewriter to detect clashes between...
2012-10-09 Morgan Deters* make Model class private (as discussed at meeting...
2012-10-09 Liana Hadareanfixed bv rewriter to evaluate bvurem over constants
2012-10-09 Clark BarrettMore fixes to model code
2012-10-09 Andrew Reynoldsmade datatypes rewrite incorrect selectors to ground...
2012-10-09 Morgan Detersusability: remove --no-interactive from --smtlib option
2012-10-09 Dejan Jovanovićfix for bug 415
2012-10-09 Morgan Deters* Add assertion in TheoryModel code to ensure we don...
2012-10-09 Morgan Detersfix beta reduction in both preRewrite() *and* postRewri...
2012-10-09 Morgan Deterssome documentation fixes
2012-10-09 Dejan Jovanovićadding mergePredicates method to the equality engine...
2012-10-08 Morgan Deters* Models' SubstitutionMaps are now attached to the...
2012-10-08 Liana Hadareanadded reduced bv model failing test case
2012-10-08 Clark BarrettFixed problem in assertEqualityEngine: predicates that...
2012-10-08 Morgan Deterssmall fix for compat JNI library installation
2012-10-08 Morgan Detersfix SMT-LIBv2 compliance mode for bitvectors (was compl...
2012-10-06 Morgan Detersturn off cudd by default in configure script
2012-10-06 Morgan Deters* more complete support for --dump assertions:{pre...
2012-10-06 Morgan Deters* Clean up some options documentation
2012-10-06 Morgan Deters* Some documentation about building compatibility and...
2012-10-06 Morgan Deters* Include a few bug testcases for resolved bugs.
2012-10-06 Morgan Deters* Fix some regressions' expected outputs.
2012-10-05 Morgan Detersfix \file
2012-10-05 Morgan DetersBug-related:
2012-10-05 Dejan JovanovićBoolExpr removed and replaced with Expr
2012-10-04 Morgan Detersdisable model-generation by default in cvc3 compatibili...
2012-10-04 Clark BarrettImplemented array type enumerator, more fixes for models
2012-10-04 Morgan DetersIllegalArgumentException in java needs to be named...
2012-10-03 Andrew Reynoldsminor fix for mbqi in finite model finding
2012-10-03 Liana Hadareanimplemented collectModelInfo for TheoryBV
2012-10-03 Morgan Detersupdates to contrib scripts to match docs
2012-10-03 Morgan Detersbetter documentation, allow examples to be installed...
2012-10-03 Clark BarrettNew model code, mostly workin
2012-10-03 Morgan Detersnew README and INSTALL files
2012-10-03 Liana Hadareanadded support for interrupting TheoryBV
2012-10-03 Kshitij Bansal--wait-to-join / --no-wait-to-join option
2012-10-03 Dejan Jovanovićadding ::getBooleanVariables to the PropEngine
2012-10-02 Morgan Deters* re-enable some Z3 extended commands:
2012-10-02 Morgan Detersworkaround for a nasty CLN bug
2012-10-01 Kshitij Bansal"Fix" (disable) portfolio when using quantifiers
2012-10-01 Morgan Detersmake sure to mark LogicInfo as CVC4_PUBLIC
2012-10-01 Morgan Detersfix for dejan: term ITEs now dumped correctly
2012-10-01 Andrew Reynoldsinitial draft of skolemization during pre-processing...
2012-09-30 Morgan Detersminor changes to arithmetic assertions involving nonlin...
2012-09-30 Morgan Detersminor fixes to pickler (hopefully fixes Debian build...
2012-09-30 Morgan Detersrelease notes
2012-09-29 Tim KingCalling the setIncompleteness() flag on all full checks...
2012-09-29 Morgan DetersFix a few segfaults in driver.
2012-09-29 Morgan Detersdraft RELEASE-NOTES file, and minor release stuff
2012-09-29 Morgan Detersfixes to "make distclean" and C compatibility bindings...
2012-09-29 Morgan Detersfixes to "make distclean" and C compatibility bindings...
2012-09-29 Tim KingThis commit add interpretation by lemma for INTS_DIVISI...
2012-09-28 Kshitij BansalSome fixes to portfolio
2012-09-28 Morgan Detersfix distribution of cvc4_assert.i
2012-09-28 Morgan Detersfixes for compatibility (i.e., CVC3) Java bindings
2012-09-28 Morgan Detersrename Assert.h/Assert.cpp to cvc4_assert.h/cvc4_assert...
2012-09-28 Morgan Deterssome fixes to build system
2012-09-28 Morgan Detersfix production-build linking error
2012-09-28 Morgan DetersPublic interface review items:
2012-09-28 Morgan Deters* fix compatibility library naming for SMT-LIBv1
2012-09-27 Morgan Deters* Rename SMT parts (printer, parser) to SMT1
2012-09-27 Morgan Detersfinally, a portable solution
2012-09-27 Morgan Detersfix for non-Mac
2012-09-27 Morgan Detersspeed up mkoptions script (esp. on Macs)
2012-09-27 Morgan Detersbetter progress indicator for mkoptions
2012-09-26 Morgan Detersdisable building of cvc3_george system-test object...
2012-09-26 Morgan DetersFinish off SEXPR kind work.
2012-09-26 Andrew Reynoldsupdates to model generation : do not modify equality...
2012-09-26 Morgan DetersFix a handful of things for Mac, and Java bindings.
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...
next