Add new interfaces to term formula removal and theory preprocess (#5717)
[cvc5.git] / src / theory /
2021-01-06 Andrew ReynoldsAdd new interfaces to term formula removal and theory...
2021-01-05 yoni206Adding str.len to triggers (#5746)
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 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 Gereon KremerAlways consider rewritten lemmas for caching. (#5696)
2020-12-17 Gereon Kremer(proof-new) Prepare nonlinear extension and nl-ext...
2020-12-16 Andrew ReynoldsMark quantifier instantiations as needs justify (#5684)
2020-12-16 mudathirmahgoubRenamed InferInfo::getAntecedant to InferInfo::getAntec...
2020-12-16 Andrew Reynolds(proof-new) Use bound variable manager (#5679)
2020-12-16 Andrew ReynoldsMove ownership of term formula removal to theory prepro...
2020-12-15 Andrew ReynoldsMove trigger trie to own file (#5680)
2020-12-15 Andrew ReynoldsImprovements related to quantifiers printing (#5678)
2020-12-15 Andrew ReynoldsProper expand definitions for sets (#5676)
2020-12-15 Andrew ReynoldsConsolidate basic sygus utilities regarding sygus conje...
2020-12-15 Andrew ReynoldsFix datatypes compute ground value (#5671)
2020-12-15 Andrew ReynoldsRemove bv divide by zero option (#5672)
2020-12-14 Andrew ReynoldsProperly implement datatype selector triggers (#5624)
2020-12-14 Andrew ReynoldsFix and improve evaluator (#5563)
2020-12-14 Andrew ReynoldsFix SAT-context dependent issue in strings preregistrat...
2020-12-11 Andrew ReynoldsFix length assumption for deq norm emp rule (#5623)
2020-12-10 Gereon KremerRefactor KindMap (#5646)
2020-12-10 Gereon KremerFixed a bunch of clang warnings. (#5637)
2020-12-09 Aina NiemetzFix compiler warnings. (#5644)
2020-12-09 Andrew Reynolds(proof-new) Make theory preprocessor proofs self contai...
2020-12-09 Andrew ReynoldsMake decision engine independent of AssertionsPipeline...
2020-12-09 Gereon KremerSplit initial exp lemma into separate lemmas. (#5622)
2020-12-09 Andrew ReynoldsEnsure CEGQI is applied for parametric datatypes when...
2020-12-09 Andrew ReynoldsDo not check FP at last call if not necessary (#5627)
2020-12-08 Haniel Barbosa[proof-new] Updating SAT proof to use MACRO_RESOLUTION...
2020-12-08 Andrew ReynoldsMake term indices in the strings base solver aware...
2020-12-08 Andrew ReynoldsProper implementation of expand definitions for sequenc...
2020-12-08 Andrew ReynoldsFix collect model values for sequences of sequences...
2020-12-08 Haniel Barbosa[proof-new] Adding MACRO_RESOLUTION rule and updating...
2020-12-08 Mathias PreinerAdd support for BV proofs with the simple bitblasting...
2020-12-07 Andrew ReynoldsFix and reenable fact vs lemma optimization in datatype...
2020-12-07 makaimannAdd bitwise refinement mode for IAND (#5328)
2020-12-07 Andrew ReynoldsFix issue with free variables introduced by quantifier...
2020-12-07 Gereon KremerRefactor initial phase of transcendental solver (#5599)
2020-12-07 Andrew ReynoldsDo not expand theory definitions at the beginning of...
2020-12-07 Andrew Reynolds (proof-new) Split proof ensure closed checks to own...
2020-12-03 Gereon KremerUse mkAnd where the number of children may be less...
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-12-02 Aina NiemetzRename macro Message to CVC4Message. (#5576)
2020-12-02 Andrew Reynolds(proof-new) Proofs for expand definitions (#5562)
2020-12-02 Andrew ReynoldsRemove assertion related to CEGQI dependency lemmas...
2020-12-01 Andres NoetzliImprove rewriting of str.<= (#4848)
2020-12-01 Gereon KremerRefactor transcendental solver (#5539)
2020-12-01 Andrew ReynoldsMore fixes for quantifier elimination (#5533)
2020-11-30 Aina Niemetzfp_converter: Properly separate out symbolic glue code...
2020-11-30 Andrew ReynoldsRemove includes for old API from internal code (#5536)
2020-11-30 Andrew Reynolds(proof-new) Proofs for regular expression elimination...
2020-11-26 Gereon KremerMake CAD solver work for empty set of assertions (...
2020-11-26 Andrew ReynoldsFully decouple SmtEngine and the Expr layer (#5532)
2020-11-26 Andrew ReynoldsFix missed case of theory preprocessing (#5531)
2020-11-26 Andrew ReynoldsDisable fact vs lemma optimization in datatypes for...
2020-11-25 Gereon KremerFix transcendental secant plane lemmas (#5525)
2020-11-25 Gereon KremerRefactor transcendental solver (#5514)
2020-11-23 Andrew ReynoldsFix regular expression consume for nested star (#5518)
2020-11-23 Andrew ReynoldsChange UF ho to ppRewrite instead of expand definition...
2020-11-23 Andrew ReynoldsFix for sygusToBuiltinEval for non-ground composite...
2020-11-23 Andrew ReynoldsFix quantifiers scope issue in strings preprocessor...
2020-11-21 mudathirmahgoubAdd posRewriteEqual to bags rewriter (#5498)
2020-11-21 Aina NiemetzRename symfpu_literal.(h.in|cpp) -> floatingpoint_liter...
2020-11-20 Andrew ReynoldsFix remove term formula policy for terms beneath quanti...
2020-11-20 Aina NiemetzRoundingMode: Rename enum values to conform to code...
2020-11-20 Aina NiemetzFloatingPoint: Separate out symFPU glue code. (#5492)
2020-11-20 Aina NiemetzFix #5493. (#5495)
2020-11-20 Andrew ReynoldsSupport nested quantifier elimination for get-qe comman...
2020-11-20 Aina NiemetzFix compiler warnings. (#5493)
2020-11-20 Gereon Kremer(proof-new) Replace LazyCDProofSet by generic CDProofSe...
2020-11-20 Gereon KremerAllow to pass ProofGenerator to arithmetic inference...
2020-11-19 Andrew ReynoldsEnable new implementation of CEGQI based on nested...
2020-11-19 Aina NiemetzInclude stddef.h (needed for size_t) in cvc4_public...
2020-11-19 Andrew ReynoldsAdd nested quantifier elimination module (#5422)
2020-11-19 Andrew ReynoldsFix issues related to eliminating extended arithmetic...
2020-11-18 Andrew ReynoldsDo not expand definitions of extended arithmetic operat...
2020-11-18 Aina NiemetzFloatingPoint: Clean up and document header, format...
2020-11-17 Gereon KremerFix tangent plane lemmas (#5455)
2020-11-16 Gereon KremerRefactor tangent plane lemmas (#5449)
2020-11-16 Gereon KremerImprove accuracy of resource limitation (#4763)
next