cvc5.git
2016-09-12 ajreynolEnsure sep.nil is unique per type at NodeManager level...
2016-09-09 ajreynolFix bug in unconstrained simplifier related to sep...
2016-09-09 ajreynolSupport for separation logic + EPR. Refactor preprocess...
2016-09-08 ajreynolRefactor seplog preprocess. Handle case where sep data...
2016-09-03 ajreynolMiniscope top level conjunctions for prenex normal...
2016-09-03 ajreynolOption for prenex normal form
2016-09-02 Tim KingMerge pull request #91 from timothy-king/no-throw
2016-09-01 ajreynolFix boolean term issue in invariants from sygus. Minor...
2016-09-01 ajreynolCleanup quantifier elimination in smt engine.
2016-09-01 ajreynolUpdates to cbqi. New strategy --cbqi-nested-qe to...
2016-09-01 Tim KingRelaxing the throw specifiers for the destructors for...
2016-09-01 Tim KingRemoving the forward declaration of QuantInfo from...
2016-08-31 Tim KingCleaning up the dead FORIT macros.
2016-08-31 Tim KingRemoving the usage of typeof from theory_sets_private.
2016-08-31 Tim KingBeautifying theory_model.h.
2016-08-31 Tim KingRemoving BOOST_FOREACH from theory/sets/scrutinize.h.
2016-08-31 Tim KingRemoving typeof from sets normal form and beautifying...
2016-08-31 Tim KingRemoving typeof from command_executor_portfolio.cpp.
2016-08-31 Tim KingRemoving typeof from didyoumean.cpp.
2016-08-26 ajreynolBasic support for EPR+CBQI. Minor cleanup.
2016-08-25 ajreynolMinor cleanup preprocessing, add ppNotifyAssertions.
2016-08-25 ajreynolOptions for counterexample guided instantiation.
2016-08-20 Clark BarrettFixed two bugs
2016-08-19 Clark BarrettAdded fitsSignedLong and fitsUnsignedLong
2016-08-16 ajreynolInitial infrastructure for ExtTheory, generalize extend...
2016-08-15 ajreynolExpression sharing on demand in LFSC (replace definitio...
2016-08-15 ajreynolEnable bounded set membership with --fmf-bound. Map...
2016-08-12 ajreynolAdd a few more regressions.
2016-08-12 ajreynolMinor fixes to model construction to take singleton...
2016-08-12 guykatzzMerge pull request #90 from 4tXJ7f/fewer_preproc_holes
2016-08-12 Andres NotzliAdd support for fewer preprocessing holes
2016-08-11 ajreynolMinor change to strings, introduce proxy vars only...
2016-08-10 ajreynolImprovements to strings: work on propagations for rever...
2016-08-09 guykatzzMerge pull request #89 from 4tXJ7f/fix_proof_spaces
2016-08-09 ajreynolFixes for sep star rewrite.
2016-08-09 Andres NotzliFix missing/redundant spaces in proofs
2016-08-06 guykatzzMerge pull request #88 from 4tXJ7f/fix_comments
2016-08-05 Andres NotzliMinor: add/fix comments, remove redundant includes
2016-08-03 GuyFixed an issue where arrays proofs would sometimes...
2016-08-03 barrettcwMerge pull request #87 from 4tXJ7f/fix_oob_access
2016-07-30 ajreynolPrioritize inferences when processing normal forms...
2016-07-28 GuyThe "aggressive" optimizer for lemma L now returns...
2016-07-28 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-28 GuyBug fix involving negated lemmas
2016-07-28 ajreynolFix bug 749.
2016-07-28 GuyAdd the negative conjunction case
2016-07-28 Andres NotzliFix out-of-bounds access in ExprManager
2016-07-28 GuyProper instrumentation of the preprocessing phase
2016-07-28 Guyproper handling of ITEs
2016-07-27 GuyProper handling of IFF lemmas in the unsat core.
2016-07-27 GuyAdded an option for a more aggressive weakest implicant...
2016-07-27 GuyIf we can't find a weaker implicant, fail gracefully...
2016-07-27 guykatzzMerge pull request #86 from 4tXJ7f/fix_warnings
2016-07-27 Andres NotzliFix warnings in src/proof
2016-07-26 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-26 GuyBug fix:
2016-07-26 ajreynolAdd option to minimize sygus solutions based on using...
2016-07-26 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-26 GuyLetification of BV constants
2016-07-26 ajreynolMinor improvements to strings related to constant split...
2016-07-26 GuyAdded functionality to retrieve a lemma's "weakest...
2016-07-26 GuyBug fix
2016-07-26 GuyPropagate the usage of proof let maps into constant...
2016-07-25 GuyBug fix
2016-07-25 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-07-25 Guycleanup
2016-07-25 GuyUse letification for the aliasing declarations as well...
2016-07-25 GuyProper handling for lemmas that are conjuncts:
2016-07-22 ajreynolMinor, error handling for polymorphism + sep logic.
2016-07-21 ajreynolFixes for strings, explanations for constant split...
2016-07-20 ajreynolInfrastructure for storing and printing heap models...
2016-07-20 ajreynolPrint only instantiations that are in the unsat core...
2016-07-20 ajreynolInfer conflicts in strings based on abstracting equalit...
2016-07-20 GuyBug fix
2016-07-20 GuyAllow a caller to query whether an unsat core is availa...
2016-07-19 ajreynolAdd infrastructure for tracking instantiation lemmas...
2016-07-16 ajreynolRefactor strings extf evaluation info. Ensure strings...
2016-07-15 GuyMoved the assertion to a better spot
2016-07-15 GuyThe ProofManager now allows theory solvers to get their...
2016-07-15 ajreynolMinor simplification to normal form explanations.
2016-07-08 ajreynolMinor fix to last commit.
2016-07-08 ajreynolSimplifications for strings normal forms, fix case...
2016-07-07 ajreynolEnsure heap disjointness in sep refinements.
2016-07-07 ajreynolRefactoring of strings preprocess module. When enabled...
2016-07-06 GuyA few proof bugs fixed
2016-07-06 ajreynolMinor cleanup in strings, mostly related to negated...
2016-07-06 ajreynolAdd comment field for model, resolves hack for printing...
2016-07-05 ajreynolRefactor last call for theories, only create one model...
2016-07-05 ajreynolAdd option --trigger-active-sel. Recognize simple trigg...
2016-07-01 GuyWhen proving a lemma, ignore literals that don't belong...
2016-07-01 GuyHandle bitvector lemmas where a literal gets rewritten...
2016-06-30 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-30 GuySupport for the letification of chained AND and OR...
2016-06-23 Clark BarrettAdd theory/sep/kinds to EXTRA_DIST to fix distcheck...
2016-06-23 Clark BarrettFixed some warnings, fixed bug in cdhashmap that was...
2016-06-20 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-20 GuyAddressed a bug that occurs when proof production is...
2016-06-20 ajreynolMinor change to sep/kinds
2016-06-20 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-06-20 GuyFixed a bug where the proofManager's init() call was...
next