cvc5.git
2014-10-09 Morgan DetersMerge branch '1.4.x'
2014-10-09 Morgan DetersAdd unsat cores support to CVC native language.
2014-10-08 Morgan DetersSome minor cleanup.
2014-10-08 Morgan DetersRemove private header from public driver.
2014-10-08 Kshitij BansalFix portoflio issues (debugging code was being called...
2014-10-07 Kshitij BansalMerge remote-tracking branch 'upstream/master' into...
2014-10-07 Kshitij Bansalupdate default Sets options
2014-10-07 Kshitij Bansalwhitespace fixes
2014-10-07 ajreynolCache for getInstance, thanks to Johannes Kanig for...
2014-10-07 Kshitij Bansaladd couple of stats
2014-10-07 Kshitij Bansalsets stronger equality propagator
2014-10-07 ajreynolRefactor quantifiers attributes.
2014-10-07 Morgan Detersdefine-const is an extended command, not permitted...
2014-10-07 Morgan DetersFix unit test that was broken with last commit.
2014-10-07 Morgan DetersFix a resource limiting issue where interruption didn...
2014-10-07 Morgan DetersMerge branch '1.4.x'
2014-10-07 Morgan DetersFix a bug in tuple-record handling. Thanks to Saumya...
2014-10-07 Morgan DetersSome minor cleanup.
2014-10-06 Morgan DetersMerge branch '1.4.x'
2014-10-06 Morgan DetersCopyright-updating script now retains non-NYU/UIowa...
2014-10-06 Kshitij Bansalfix for bug586
2014-10-06 Morgan DetersPrint array constants in SMT-LIB models with new syntax.
2014-10-06 Morgan DetersClear out decls/defs with RESET command.
2014-10-06 Morgan DetersExtended parsing testcase, with constant arrays and...
2014-10-06 Morgan DetersMerge branch '1.4.x'
2014-10-06 Morgan DetersFix native language parsing of chained-store expression...
2014-10-06 Morgan DetersSupport for RESET command in CVC native language (and...
2014-10-04 Morgan DetersEnable some old bug testcases that (maybe?) never got...
2014-10-03 Morgan DetersSupport exporting array-store-all expressions to other...
2014-10-03 Morgan DetersMerge branch '1.4.x'
2014-10-03 Morgan DetersFix output of integer-valued real constants in SMT...
2014-10-03 Morgan DetersAdd some (so far trivial) regressions for constant...
2014-10-03 Morgan DetersImprove error in CVC parser in presence of unrecognized...
2014-10-03 Morgan DetersMore array constants and parsing: better error messages...
2014-10-03 Morgan DetersMinor fixes to CVC printer.
2014-10-03 Morgan DetersSMT-LIB parser support for array constants (Z3 syntax).
2014-10-03 Morgan DetersMerge branch '1.4.x'
2014-10-03 Morgan DetersNote array const support in NEWS
2014-10-03 Morgan DetersFix unit test for ArrayStoreAll.
2014-10-02 Clark BarrettAdded internal support for constant arrays.
2014-10-02 Morgan DetersMerge branch '1.4.x'.
2014-10-02 Clark BarrettAdded option for developer use only
2014-10-02 Clark BarrettMore model-based combination for arrays
2014-10-02 Clark BarrettBetter getEqualityStatus for arrays, smarter combinatio...
2014-10-02 Morgan DetersUpdate AUTHORS affiliations and add Martin.
2014-10-02 Morgan DetersFix comment in SmtEngine.
2014-10-02 Morgan DetersMerge pull request #54 from kbansal/bugfix_setssegfault
2014-10-02 Kshitij Bansalfix getModelValue(<non-preregistered term>)
2014-10-02 Morgan DetersFix for an array-of-record model generation assert...
2014-10-01 ajreynolOption for more aggressive merging in UEE.
2014-09-30 Morgan DetersMerge branch '1.4.x'
2014-09-30 Morgan DetersFix improper #inclusion of private header outside library.
2014-09-30 Morgan DetersFix a command-replay bug in tear-down-incremental mode...
2014-09-30 Morgan DetersProofs- and cores-related segfault fixes (mainly a...
2014-09-29 ajreynolAdd option for aggressive model filtering in conjecture...
2014-09-27 Morgan DetersMerge branch '1.4.x'
2014-09-27 Morgan DetersFix infinite loop in --bitblast-aig/--bv-aig-simp options.
2014-09-26 Morgan DetersMerge branch '1.4.x'
2014-09-26 Morgan DetersFix bv options doc.
2014-09-26 Morgan DetersFix some configuration-related oddness.
2014-09-26 Morgan DetersClarify some licensing-related things.
2014-09-26 Morgan DetersFiner-grained resource-limiting in quantifiers.
2014-09-26 Morgan DetersFix AIG bitblaster for unsat cores.
2014-09-25 Morgan Detersfix unit test for new fair datatype enumeration
2014-09-25 ajreynolFair datatype enumeration.
2014-09-24 ajreynolFix infinite loop in datatypes enumerator. Minor work...
2014-09-24 ajreynolRefactor option for uf+cardinality constraints solver.
2014-09-24 ajreynolPartial support for codatatype models.
2014-09-23 ajreynolSupport :no-pattern.
2014-09-23 ajreynolDo not throw error when codatatype is not well-founded...
2014-09-18 Morgan DetersResource spending support in theories (and especially...
2014-09-18 Kshitij Bansalcvc4terminate infinite loop fix
2014-09-18 Kshitij Bansalcvc4terminate infinite loop fix
2014-09-17 Kshitij BansalMerge branch '1.4.x' while ignoring commit 8d5eb49.
2014-09-17 Kshitij BansalFix fix. There are no unsat cores in 1.4
2014-09-17 Kshitij BansalMerge branch '1.4.x'
2014-09-17 Kshitij BansalFix (push) and (pop). Thanks to Christoph Sticksel...
2014-09-17 ajreynolFix soundness bug for quantifier macros involving Int...
2014-09-17 ajreynolRefactor entailment filtering for conjecture generator...
2014-09-17 ajreynolMore refactoring of conjecture generation. Term genera...
2014-09-16 ajreynolBug fix variable triggers with --inst-max-level : use...
2014-09-16 ajreynolRefactoring of conjecture generator. Determine subgoal...
2014-09-09 ajreynolFix bug for variable term triggers within multi-triggers.
2014-09-08 ajreynolAccept user-provided triggers with variable terms....
2014-09-04 Kshitij BansalUpdate command_executor_portfolio.cpp
2014-09-03 Kshitij BansalMerge remote-tracking branch 'origin/master'
2014-09-03 Kshitij Bansalcheck() optimization
2014-09-03 ajreynolImplement and enable --dt-var-exp-quant, cleanup trace...
2014-09-03 ajreynolWork on conjecture generator : do not generalize subter...
2014-08-29 ajreynolSet instantiation level on skolemized bodies of quantif...
2014-08-29 ajreynolDo not use pure theory terms as single triggers. Minor...
2014-08-28 lianahfixing bug580 caused by bad bv inequality explanation
2014-08-28 lianahfixing bug580 caused by bad bv inequality explanation
2014-08-27 ajreynolFix assertion in rep_set.cpp, avoid full check in datat...
2014-08-26 Morgan DetersImproved SMT-LIBv2 language support for unsat cores.
2014-08-26 ajreynolBug fixes for --purify-triggers, --dt-force-assignment.
2014-08-25 Morgan DetersFix build rule.
2014-08-25 Morgan DetersFix Win32 builds.
2014-08-25 ajreynolNew option --purify-triggers. Refactoring of InstMatch...
2014-08-24 Kshitij Bansalremove some debugging code
next