Cleanup in transcendental solver, add ApproximationBounds struct. (#5945)
[cvc5.git] / src / expr /
2021-02-12 Andrew Reynolds(proof-new) Option to not automatically consider symmet...
2021-02-09 Haniel Barbosa[quantifiers] Fix prenex computation (#5879)
2021-02-02 Andrew Reynolds(proof-new) Miscellaneous fixes and regressions (#5841)
2021-01-29 Andrew Reynolds(proof-new) Distinguish pre vs post rewrites in term...
2021-01-26 Haniel BarbosaReestablishing support for define-sort (#5810)
2021-01-19 Alex OzdemirImplement proofs for arith BRAB lemmas (#5784)
2021-01-11 Andrew ReynoldsFurther simplifications in preparation for removing...
2021-01-08 mudathirmahgoubAdd bags inference generator (#5731)
2021-01-05 Andrew ReynoldsRemove a few miscellaneous references to the expr layer...
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-17 Andrew Reynolds(proof-new) Minor updates to term conversion proof...
2020-12-16 Andrew Reynolds(proof-new) Use bound variable manager (#5679)
2020-12-15 Andrew ReynoldsFix datatypes compute ground value (#5671)
2020-12-14 Andrew Reynolds(proof-new) Add bound variable manager (#5655)
2020-12-10 Gereon KremerRefactor KindMap (#5646)
2020-12-10 Gereon KremerFixed a bunch of clang warnings. (#5637)
2020-12-09 Aina Niemetzgoogle test: expr: Migrate kind_map_black. (#5640)
2020-12-09 Aina Niemetzkind_map: Remove unused Accessor class. (#5641)
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 Reynolds (proof-new) Split proof ensure closed checks to own...
2020-12-07 Andrew ReynoldsFix bugs in getFreeVariables (#5601)
2020-12-04 Andrew ReynoldsFix bug in hasBoundVar (#5600)
2020-12-03 Andrew ReynoldsRefactor handling of global declarations (#5577)
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-12-02 Andrew ReynoldsRemove Record object and convert to Node-level API...
2020-12-02 Andrew ReynoldsAdd associative utilities to node manager (#5530)
2020-12-02 Andrew Reynolds(proof-new) Proofs for expand definitions (#5562)
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 Andrew ReynoldsFully decouple SmtEngine and the Expr layer (#5532)
2020-11-23 Andrew Reynolds(proof-new) Miscellaneous changes from proof-new (...
2020-11-23 Andrew ReynoldsAdd declare model symbol methods to SymbolManager and...
2020-11-20 Gereon Kremer(proof-new) Replace LazyCDProofSet by generic CDProofSe...
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 ReynoldsUse symbol manager for unsat cores (#5468)
2020-11-18 Aina NiemetzFloatingPoint: Clean up and document header, format...
2020-11-16 Andrew ReynoldsCleaning up scopes in preparation for symbol manager...
2020-11-13 Andrew ReynoldsAdd more features to symbol manager (#5434)
2020-11-12 Andrew Reynolds(proof-new) Fix true explanations of propagations in...
2020-11-12 Andrew Reynolds(proof-new) Improve printing and debugging for pedantic...
2020-11-12 Andrew ReynoldsMake symbol manager context dependent (#5424)
2020-11-11 Andrew ReynoldsMove symbol manager to src/expr/ (#5420)
2020-11-11 Andrew ReynoldsAdd simple substitution utility (#5397)
2020-11-10 Andrew ReynoldsAdd getSubtermKinds to node algorithm (#5398)
2020-11-10 Andrew ReynoldsMigrate some documentation about attributes (#5390)
2020-11-06 Andrew ReynoldsSimplify printing with respect to expression types...
2020-11-03 Andrew ReynoldsAdd scope methods constructing types in API (#5393)
2020-11-02 Andrew ReynoldsAvoid dynamic allocation in symbol table implementation...
2020-10-30 Andrew ReynoldsUpdate api::Sort to use TypeNode instead of Type (...
2020-10-29 mudathirmahgoubAdd mkInteger to the API (#5274)
2020-10-29 Gereon KremerAdd NodeManager::mkOr() (#5360)
2020-10-28 Andrew ReynoldsConvert symbol table from Expr-level to Term-level...
2020-10-27 Andrew ReynoldsAdd missing methods involving datatype sorts to the...
2020-10-26 Andrew Reynolds(proof-new) Add datatypes proof checker (#5340)
2020-10-21 Andrew Reynolds(proof-new) Updates to lazy proof chain (#5317)
2020-10-21 mudathirmahgoubAdd operator MakeBagOp for constructing bags (#5209)
2020-10-21 Andrew Reynolds(proof-new) Fixes for proofs in rewriter (#5307)
2020-10-20 Andrew Reynolds(proof-new) Fix for CDProof::isSame (#5297)
2020-10-20 Andrew Reynolds(proof-new) Update add lazy step interface in LazyCDPro...
2020-10-19 Haniel Barbosa[proof-new] Fixing resolution proof checker (#5262)
2020-10-19 Haniel Barbosa[proof-new] Improving cycle checking in lazycdproofchai...
2020-10-19 Andrew Reynolds(proof-new) Refactoring cyclic checks (#5291)
2020-10-18 Andrew Reynolds (proof-new) Witness axiom reconstruction for purificat...
2020-10-18 Andrew Reynolds(proof-new) Implementation of trust substitution (...
2020-10-14 Andrew Reynolds(proof-new) Simplifications for proof rule checker...
2020-10-13 Andrew Reynolds(proof-new) New rules for Booleans (#5243)
2020-10-13 Andrew Reynolds(proof-new) Change merge policy for proof node updater...
2020-10-11 Mathias PreinerSyGuS instantiation modes (#5228)
2020-10-09 Andrew Reynolds(proof-new) Add lazy proof set utility (#5221)
2020-10-08 Andrew Reynolds(proof-new) Fixes and improvements for smt proof postpr...
2020-10-06 Andrew Reynolds(proof-new) Allow null proofs from generators in LazyCD...
2020-10-06 mudathirmahgoubRemove subtyping for sets (#5205)
2020-10-04 mudathirmahgoubRemove subtyping for sets theory (#5179)
2020-10-02 Andrew Reynolds(proof-new) Fixes for theory preprocessing proofs ...
2020-09-30 Andrew Reynolds(proof-new) Add the term conversion sequence generator...
2020-09-29 Haniel Barbosa[proof-new] Updates to proof node updater (#5156)
2020-09-29 Haniel Barbosa[proof-new] Adds a proof node hash function (#5154)
2020-09-28 Andrew ReynoldsMinor fixes to quantifiers proofs (#5151)
2020-09-28 Haniel Barbosa[proof-new] Adds a proof manager for the SAT solver...
2020-09-24 Andrew ReynoldsModify lemma vs fact policy for datatype equalities...
2020-09-22 mudathirmahgoubAdd skeleton for theory of bags (multisets) (#5100)
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-18 Andrew Reynolds(proof-new) Updates to proof node updater algorithm...
2020-09-18 Andrew Reynolds(proof-new) Rewrites involving operators in term conver...
2020-09-17 Haniel Barbosa[proof-new] Have mkScope agnostic to True assumptions...
2020-09-16 Haniel Barbosa[proof-new] Adds Lazy CDProof chain data-structure...
2020-09-16 Haniel Barbosa[proof-new] Resolution rules and checkers (#5070)
2020-09-16 Haniel Barbosa[proof-new] A simple proof generator for buffered proof...
2020-09-11 Andrew Reynolds(proof-new) Handle mismatched assumptions in proof...
2020-09-11 Andrew Reynolds(proof-new) Use deep copy for final lemma step in proof...
2020-09-09 Andrew Reynolds(proof-new) Minor changes to proof node updater (#5011)
2020-09-03 Andrew Reynolds(proof-new) Improve debugging infrastructure for open...
2020-09-02 Gereon KremerRemove #line directives from generated files. (#5005)
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)
next