New C++ Api: Rename and move checks.h. (#6306)
[cvc5.git] / src / expr /
2021-04-07 Andrew Reynolds(proof-new) Proper implementation of proof node cloning...
2021-04-07 Andrew ReynoldsReplace calls to NodeManager::mkSkolem with SkolemManag...
2021-04-06 Andres NoetzliRemove template argument from `NodeBuilder` (#6290)
2021-04-06 Aina NiemetzNew C++ Api: Rename and move headers. (#6292)
2021-04-05 Andrew ReynoldsAdd interface for skolem functions in SkolemManager...
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-30 Andrew ReynoldsMake SEXPR simply typed (#6160)
2021-03-25 Gereon KremerAdd missing includes. (#6207)
2021-03-23 Abdalrhman MohamedReplace old sygus term reconstruction algorithm with...
2021-03-22 Gereon KremerMove statistics from the driver into the SmtEngine...
2021-03-22 Andrew Reynolds Function types are always first-class (#6167)
2021-03-22 Andrew ReynoldsGuard for non-unique skolems in term formula removal...
2021-03-16 Mathias Preinercmake: Generate cvc4_export.h and set visibility to...
2021-03-16 Haniel Barbosa[proof-new] Renaming proof option to be in sync with...
2021-03-15 Gereon KremerReplace HistogramStat by IntegralHistogramStat (#6126)
2021-03-12 Andrew Reynolds(proof-new) Miscellaneous sync to master (#6129)
2021-03-11 Alex Ozdemirarith proof rules shuffle & add ARITH_SUM_UB (#6118)
2021-03-11 Gereon KremerFirst refactoring of statistics classes (#6105)
2021-03-11 Aina NiemetzDelete Expr layer. (#6117)
2021-03-11 Aina NiemetzClean up ownership of Datatypes in NodeManager. (#6113)
2021-03-11 Aina NiemetzRefactor Node::getOperator() to fix compiler warning...
2021-03-10 Haniel Barbosa[proof-new] Clarifying doc (#6108)
2021-03-10 Aina NiemetzMove ExprManager::isNAryKind to NodeManager. (#6107)
2021-03-10 Gereon KremerImprove arithmetic proofs (#6106)
2021-03-10 Andrew Reynolds(proof-new) Update ppRewrite to use skolem lemmas ...
2021-03-10 Andrew Reynolds(proof-new) Replace witness form by original form in...
2021-03-09 Gereon KremerSome more cleanup of includes (#6083)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-09 Aina NiemetzNew C++ API: Migrate to Node layer. (#6070)
2021-03-03 Gereon KremerMore cleanup of includes to reduce compilation times...
2021-03-02 Gereon KremerClean up includes to reduce compile times (#6031)
2021-02-26 Andrew ReynoldsOptionally permit creation of non-flat function types...
2021-02-25 Mathias PreinerEnable -Werror. (#5969)
2021-02-23 Mathias PreinerSwitch to C++17. (#5959)
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 Andrew Reynolds(proof-new) Change proof-new option to proof (#5955)
2021-02-22 Gereon Kremer(proof-new) Add proofs for exponential functions (...
2021-02-22 Andrew Reynolds(proof-new) Option to automatically add SYMM steps...
2021-02-22 Haniel Barbosa[proof-new] Optionally print conclusion in the AST...
2021-02-22 Gereon Kremer(proof-new) Add proofs for sine lemmas in the transcend...
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...
next