Eliminate equality query dependence on quantifiers engine (#5831)
[cvc5.git] / src /
2021-02-04 Andrew ReynoldsEliminate equality query dependence on quantifiers...
2021-02-04 Haniel Barbosa[proof-new] Catch trivial cycles in SAT proof generatio...
2021-02-03 Mathias PreinerAdd BV solver bitblast. (#5851)
2021-02-03 Haniel Barbosa[proof-new] Fix MACRO_RESOLUTION expansion for singleto...
2021-02-02 Andrew Reynolds(proof-new) Miscellaneous fixes and regressions (#5841)
2021-02-02 Andrew Reynolds(proof-new) Refactor theory preprocessing (#5835)
2021-02-02 Andrew ReynoldsCleanup some includes (#5847)
2021-02-02 Andrew ReynoldsImprovements for NL traces (#5846)
2021-02-02 Haniel Barbosa[proof-new] Fix bug in expansion of MACRO_RESOLUTION...
2021-02-01 Andrew ReynoldsEliminate PREPROCESS lemma property (#5827)
2021-02-01 Andrew ReynoldsSimplify alpha equivalence module (#5839)
2021-02-01 Abdalrhman MohamedAvoid calling the printers while converting sexpr to...
2021-02-01 mudathirmahgoubFix BagsRewriter::rewriteUnionDisjoint (#5840)
2021-01-30 Andrew ReynoldsFix unguarded call to get representative (#5838)
2021-01-29 Haniel Barbosa[proof-new] Connecting new unsat cores (#5834)
2021-01-29 mudathirmahgoubAdd bag inferences for operators: intersection, duplica...
2021-01-29 Andrew Reynolds(proof-new) Distinguish pre vs post rewrites in term...
2021-01-28 Andrew ReynoldsReorganize calls to quantifiers engine from SmtEngine...
2021-01-28 mudathirmahgoubRemove regex header from cvc4cpp.cpp (#5826)
2021-01-28 Andrew ReynoldsSimplify lemma interface (#5819)
2021-01-28 Andrew ReynoldsUse standard equality engine information in quantifiers...
2021-01-28 Andrew ReynoldsAlways theory-preprocess lemmas (#5817)
2021-01-27 Andrew ReynoldsAdd option for whether to filter candidate rewrite...
2021-01-27 Andrew ReynoldsSplit pattern term selector from trigger (#5811)
2021-01-27 Andrew Reynolds(proof-new) Improvements to quantifiers engine and...
2021-01-27 Alex OzdemirThread proofs through arith channels & similar (#5818)
2021-01-27 Andrew ReynoldsUse term canonizer utility locally in quantifiers ...
2021-01-27 Andrew ReynoldsUse standard conflict mechanism in quantifiers state...
2021-01-26 Andrew ReynoldsIntroduce quantifiers inference manager (#5821)
2021-01-26 Andrew ReynoldsRemove deprecated quantifiers modules (#5820)
2021-01-26 Andrew ReynoldsRefactor quantifiers engine initialization (#5813)
2021-01-26 Haniel BarbosaReestablishing support for define-sort (#5810)
2021-01-26 Alex OzdemirAdd proofs to TheoryArithPrivate::propagate (#5812)
2021-01-25 mudathirmahgoubRefactor bags::SolverState (#5783)
2021-01-25 Andrew ReynoldsEnsure uses of ground terms in triggers are preprocesse...
2021-01-25 Andrew ReynoldsSplit inst match generator into multiple files (#5805)
2021-01-25 Andrew ReynoldsSplit E-matching strategies to own files (#5807)
2021-01-25 mudathirmahgoubrename InferInfo::d_newSkolem to InferInfo::d_skolems...
2021-01-24 Andrew Reynolds Initial cleaning of e-matching instantiation strategy...
2021-01-24 Andrew ReynoldsInitial cleaning of triggers (#5795)
2021-01-24 Andrew ReynoldsInitial cleaning of inst match generator (#5794)
2021-01-24 Andrew Reynolds(proof-new) Instantiation list utility (#5768)
2021-01-24 Andrew ReynoldsAdd interface for getting preprocessed term (#5798)
2021-01-22 Haniel Barbosa[proof-new] Expanding MACRO_RESOLUTION in post-processi...
2021-01-21 Andrew ReynoldsAdd div, mod, abs in non-strict parsing mode (#5793)
2021-01-21 Alex Ozdemirarith: Proofs for Diophantine cuts (#5792)
2021-01-20 Andrew ReynoldsRefactoring the single invocation solver (#5706)
2021-01-20 Andrew ReynoldsFix type issues with relevant domain computation (...
2021-01-20 Andrew ReynoldsFix corner case of wrongly applied selector as trigger...
2021-01-20 Andrew ReynoldsDo not track processed in remove term formulas loop...
2021-01-20 Aina NiemetzSMT2 parser: Do not add non-linear symbols for linear...
2021-01-20 Andrew ReynoldsUse arbitrary ground term assignment for sorts where...
2021-01-19 Alex OzdemirImplement proofs for arith BRAB lemmas (#5784)
2021-01-15 Andrew ReynoldsImplement --no-strings-lazy-pp as a preprocessing pass...
2021-01-14 Andrew ReynoldsUpdates to theory preprocess equality (#5776)
2021-01-13 Andrew ReynoldsSplit eager solver from strings solver state (#5775)
2021-01-13 Andrew ReynoldsDo not call ppRewrite on Boolean equalities (#5762)
2021-01-12 yoni206Foreign theory rewrite option (#5763)
2021-01-11 Andrew ReynoldsMerge theory registrar and theory proxy (#5758)
2021-01-11 Andrew ReynoldsFurther simplifications in preparation for removing...
2021-01-11 Andrew ReynoldsRemove extended rewrite for arithmetic (#5760)
2021-01-09 yoni206Strings arith checks preprocessing pass: step 2 (#5750)
2021-01-09 mudathirmahgoubFix issue 5513 (#5757)
2021-01-08 mudathirmahgoubRename getAntecedent to getPremises (#5754)
2021-01-08 Haniel Barbosa[proof-new] Implementing getProof in the API and SMT...
2021-01-08 mudathirmahgoubAdd bags inference generator (#5731)
2021-01-08 yoni206bv-to-int: avoid binarizing nodes twice (#5749)
2021-01-07 Gereon KremerMake sure polynomials are properly factorized in nl...
2021-01-07 Haniel BarbosaRemove dependency on expression layer in TPTP parser...
2021-01-07 Haniel BarbosaFix warning in TPTP parser (#5752)
2021-01-06 yoni206strings arith checks preprocessing pass: step 1 (#5747)
2021-01-06 Andrew ReynoldsAdd new interfaces to term formula removal and theory...
2021-01-05 yoni206Adding str.len to triggers (#5746)
2021-01-05 Andrew ReynoldsRemove a few miscellaneous references to the expr layer...
2020-12-24 Haniel Barbosa[proof-new] Only use old proofs for unsat cores if...
2020-12-23 Haniel BarbosaDumping unsat cores after check-sat-assuming/QUERY...
2020-12-23 Andrew ReynoldsAdd option to track and notify from CNF stream (#5708)
2020-12-23 Andrew ReynoldsRemove quant EPR option (#5716)
2020-12-23 Haniel Barbosa[proof-new] Adding a manager for the new unsat cores...
2020-12-23 Andrew Reynolds(proof-new) Miscelleneous fixes from proof-new (#5714)
2020-12-23 Gereon KremerAdd proofs for nonlinear sign lemmas. (#5707)
2020-12-23 Andrew ReynoldsMinor simplification to Theory::theoryOf (#5719)
2020-12-22 yoni206Delete duplicated code (#5718)
2020-12-22 Andrew ReynoldsMake theory preprocess rewrite equalities a preprocessi...
2020-12-22 Andrew ReynoldsRemove preregister instantiation heuristic (#5713)
2020-12-21 Gereon KremerAdd proof for pi bound lemma (#5709)
2020-12-21 Andrew ReynoldsMove ownership of theory preprocessor to TheoryProxy...
2020-12-21 Gereon KremerAdd proof for sine shift lemmas. (#5710)
2020-12-21 Gereon Kremer(proof-new) Make nl-ext factoring lemmas proof producin...
2020-12-21 Andrew ReynoldsEliminate recursion from the internals of term formula...
2020-12-21 Andrew ReynoldsFix issue with selector triggers (#5689)
2020-12-18 Gereon Kremer(proof-new) Setup proof infrastructure for transcendent...
2020-12-18 Andrew ReynoldsSimplify internal API for sygus (#5687)
2020-12-18 Gereon KremerAdd proof checker for nl tangent lemma (#5704)
2020-12-18 Alex OzdemirBugfix: proofs for props of non-normal arith lits ...
2020-12-18 Gereon Kremer(proof-new) Add proof for tangent plane lemmas (#5700)
2020-12-18 Gereon KremerAdd proof for split zero check. (#5699)
2020-12-17 Andrew Reynolds(proof-new) Minor updates to term conversion proof...
2020-12-17 Gereon KremerAlways consider rewritten lemmas for caching. (#5696)
2020-12-17 Gereon Kremer(proof-new) Prepare nonlinear extension and nl-ext...
next