Use the proper evaluator for optimized SyGuS datatype rewriting (#7266)
[cvc5.git] / src / theory / datatypes / datatypes_rewriter.cpp
2021-10-01 Andrew ReynoldsUse the proper evaluator for optimized SyGuS datatype...
2021-09-09 Andrew ReynoldsDisable shared selectors for quantified logics without...
2021-08-26 Andrew ReynoldsMake datatype selector expansion to its own accessible...
2021-05-26 Andres Noetzli More precise includes of `Node` constants (#6617)
2021-05-08 Andrew ReynoldsAdd support for datatype update (#6449)
2021-04-22 Andrew ReynoldsMove expand definition from Theory to TheoryRewriter...
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-03 mudathirmahgoubAdd tuple projection operator (#5904)
2021-03-02 Gereon KremerClean up includes to reduce compile times (#6031)
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-10-30 Andrew ReynoldsUpdate api::Sort to use TypeNode instead of Type (...
2020-10-09 Andrew ReynoldsSimplify approach for collapsed selectors over non...
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-07-15 Andres NoetzliUse TypeNode in UninterpretedConstant (#4748)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-13 Andrew ReynoldsMove sygus datatype utility functions to their own...
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2019-12-12 Andrew ReynoldsUse the node-level datatypes API (#3556)
2019-12-06 Andrew ReynoldsOptimize the rewriter for DT_SYGUS_EVAL (#3529)
2019-11-15 Andrew ReynoldsIntroduce SyGuS datatype API (#3465)
2019-10-17 Andrew Reynolds Move datatype utility functions to own file (#3397)
2019-09-28 Andrew ReynoldsSupport smt2 language "match" term (#3258)
2019-06-11 Andrew ReynoldsDo not require sygus constructors to be flattened ...
2019-04-30 Andrew ReynoldsEliminate APPLY kind (#2976)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-26 Andrew ReynoldsFix a few warnings (#2898)
2019-03-21 Andrew ReynoldsRewrite selectors correctly applied to constructors...
2019-01-09 Andrew ReynoldsDo not rewrite 1-constructor sygus testers to true...
2018-10-11 Andrew ReynoldsSynthesize rewrite rules from inputs (#2608)
2018-08-21 Andrew ReynoldsMore unused code elimination (#2339)
2018-08-16 Andrew ReynoldsMinor fixes and improvement for sygus to builtin. ...
2018-08-03 Andrew ReynoldsEliminate option for sygus UF evaluation functions...
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-05-28 Andrew ReynoldsBuiltin evaluation functions for sygus (#1991)
2018-02-06 Andrew ReynoldsStatically eliminate redundant sygus constructors ...
2018-01-30 Andrew ReynoldsFurther clean and document datatypes rewriter (#1548)
2017-12-08 Andrew ReynoldsDocument and clean datatypes rewriter (#1437)