Improve arithmetic proofs (#6106)
[cvc5.git] / src / expr / proof_rule.cpp
2021-03-10 Andrew Reynolds(proof-new) Replace witness form by original form in...
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-02-23 Gereon KremerAdd proof for mult sign lemma (#5966)
2021-02-23 Gereon KremerAdd proof for monomial bounds check (#5965)
2021-02-23 Gereon Kremer(proof-new) Add proof generator for CAD solver (#5964)
2021-02-23 Gereon KremerAdd trans secant proofs. (#5957)
2021-02-22 Gereon Kremer(proof-new) Add proofs for exponential functions (...
2021-02-22 Gereon Kremer(proof-new) Add proofs for sine lemmas in the transcend...
2021-02-02 Andrew Reynolds(proof-new) Miscellaneous fixes and regressions (#5841)
2020-12-21 Gereon KremerAdd proof for pi bound lemma (#5709)
2020-12-21 Gereon KremerAdd proof for sine shift lemmas. (#5710)
2020-12-18 Gereon Kremer(proof-new) Add proof for tangent plane lemmas (#5700)
2020-12-08 Mathias PreinerAdd support for BV proofs with the simple bitblasting...
2020-12-02 Andrew Reynolds(proof-new) Proofs for expand definitions (#5562)
2020-10-26 Andrew Reynolds(proof-new) Add datatypes proof checker (#5340)
2020-10-18 Andrew Reynolds(proof-new) Implementation of trust substitution (...
2020-10-13 Andrew Reynolds(proof-new) New rules for Booleans (#5243)
2020-10-08 Andrew Reynolds(proof-new) Fixes and improvements for smt proof postpr...
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-21 Andrew Reynolds(proof-new) Add the arrays proof checker (#5047)
2020-09-16 Haniel Barbosa[proof-new] Resolution rules and checkers (#5070)
2020-09-02 Andrew Reynolds(proof-new) Updates to builtin proof checker (#4962)
2020-09-02 Andrew Reynolds(proof-new) Add proof support in TheoryUF (#5002)
2020-08-18 Andrew Reynolds(proof-new) Theory preprocessor proof producing (#4807)
2020-08-15 Andrew Reynolds(proof-new) Add the strings proof checker (#4858)
2020-08-12 Andrew Reynolds(proof-new) Improve interfaces to proof generators...
2020-08-12 Andrew Reynolds(proof-new) Witness form proof generator (#4782)
2020-07-27 Andrew Reynolds(proof-new) Proof production for term formula removal...
2020-07-17 Andrew Reynolds(proof-new) Updates to strings core solver (#4642)
2020-07-14 Andrew Reynolds(proof-new) Skeleton proof support in the Rewriter...
2020-07-13 Andrew Reynolds (proof-new) SMT Preprocess proof generator (#4708)
2020-06-28 Alex OzdemirProof Rules and Checker for Arithmetic (#4665)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-16 Andrew Reynolds(proof-new) Add quantifiers proof checker (#4593)
2020-06-03 Haniel Barbosa(proof-new) Adding rules and proof checker for EUF...
2020-06-03 Haniel Barbosa(proof-new) Adding rules and proof checker for Boolean...
2020-06-03 Andrew Reynolds(proof-new) Add builtin proof checker (#4537)
2020-04-20 Andrew ReynoldsAdd SCOPE proof rule (#4332)
2020-04-15 Andrew ReynoldsAdd ProofNode data structure (#4311)