[proof] ITE translation fix (#3484)
[cvc5.git] / src /
2019-12-31 Alex Ozdemir[proof] ITE translation fix (#3484)
2019-12-23 Andrew ReynoldsInitial support for string reverse (#3581)
2019-12-19 Mathias PreinerFix typo in smt_options.toml. (#3579)
2019-12-18 Andrew ReynoldsIncrement Taylor degree for tangent and secant plane...
2019-12-18 Andres NoetzliAvoid calling rewriter from type checker (#3548)
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-12-17 Andrew ReynoldsFix spurious parse error for rational real array consta...
2019-12-16 Andrew ReynoldsUse the evaluator utility in the function definition...
2019-12-16 Andrew ReynoldsExtend model construction with assignment exclusion...
2019-12-16 Ying ShengSupport ackermannization on uninterpreted sorts in...
2019-12-16 Andrew ReynoldsMove Datatype management to ExprManager (#3568)
2019-12-16 Andrew ReynoldsFix evaluator for non-evaluatable nodes (#3575)
2019-12-16 Andrew ReynoldsRevert evaluate as node. (#3574)
2019-12-16 makaimannTrace tags for dumping the decision tree in org-mode...
2019-12-16 Andrew ReynoldsMinor improvement to evaluator (#3570)
2019-12-15 Andrew ReynoldsSimple optimizations for the core rewriter (#3569)
2019-12-13 Andrew ReynoldsEliminate Expr-level calls in TypeNode (#3562)
2019-12-13 Andrew ReynoldsAdd support for set comprehension (#3312)
2019-12-13 Aina Niemetz FP converter: convert: Use std::vector as instead...
2019-12-12 Andrew ReynoldsMake CEGIS sampling robust to non-vanilla CEGIS (#3559)
2019-12-12 Haniel BarbosaFix Unif+PI algorithm with symbolic unfolding (#3558)
2019-12-12 Andrew ReynoldsUse the node-level datatypes API (#3556)
2019-12-12 Andrew ReynoldsFix CEGIS refinement for recursive functions evaluation...
2019-12-12 Andrew ReynoldsActivate node-level datatype API (#3540)
2019-12-11 Andrew ReynoldsDo not substitute beneath arithmetic terms in the non...
2019-12-11 Andrew ReynoldsSupport symbolic unfolding in UNIF+PI (#3553)
2019-12-10 Andrew ReynoldsIncorporate rewriting on demand in the evaluator (...
2019-12-10 Haniel BarbosaFix ufho issues (#3551)
2019-12-10 Andrew ReynoldsAllow unsat cores with sygus inference (#3550)
2019-12-09 Andrew ReynoldsDisable sygus inference when combined with incremental...
2019-12-09 Andrew ReynoldsFix case of uninterpreted constant instantiation in...
2019-12-09 Andres NoetzliMake theory rewriters non-static (#3547)
2019-12-07 Andres NoetzliSimplify rewrite for character matching (#3545)
2019-12-07 Andres NoetzliUse str.subtr in str.to.int/int.to.str reduction (...
2019-12-06 Andrew ReynoldsThrow exception instead of warning for approximate...
2019-12-06 Andres NoetzliAdd lemma for str.to.int/int.to.str (#3541)
2019-12-06 Andrew ReynoldsOptimize the rewriter for DT_SYGUS_EVAL (#3529)
2019-12-06 Andrew ReynoldsNew algorithm for interpolation and abduction based...
2019-12-06 Andrew ReynoldsAdd ExprManager as argument to Datatype (#3535)
2019-12-06 Alex Ozdemir[proof] Eliminate side-condition from ER signature...
2019-12-06 Andrew ReynoldsIntroduce the Node-level Datatypes API (#3462)
2019-12-05 Andrew ReynoldsMake nonlinear solver intercept model assignments from...
2019-12-05 Andrew ReynoldsRefactor mode options for Unif+PI (#3531)
2019-12-05 Andres NoetzliBi-directional unrolling of R* regular expressions...
2019-12-05 makaimannAdd mkOp for a single Kind (#3522)
2019-12-05 Andrew ReynoldsFix the subtyping relation for functions (#3494)
2019-12-04 Andrew ReynoldsNew grammar construction modes for SyGuS (#3486)
2019-12-04 Andrew ReynoldsFixes for SyGuS PBE + templated string concatenations...
2019-12-04 Andrew ReynoldsFix single invocation solution construction for multipl...
2019-12-04 Andres NoetzliFix corner case in model construction of strings (...
2019-12-03 Andrew ReynoldsImprove flexibility of lemma output in non-linear solve...
2019-12-03 Andres NoetzliRewrite `str.contains` used for character matching...
2019-12-03 makaimannAdd isNullHelper to avoid calling API function isNull...
2019-12-02 Andres Noetzli[SMT2 Printer] Quote symbols starting with digit (...
2019-12-02 makaimannOpTerm Refactor: Allow retrieving OpTerm used to create...
2019-12-02 Andrew Reynolds Update ownership policy for dynamic quantifiers splitt...
2019-12-02 Andrew ReynoldsFix case of higher-order + sygus inference (#3509)
2019-12-02 Andrew ReynoldsEnsure quantifiers options are set with --no-strings...
2019-12-01 Andres NoetzliPrevent ref count from reaching zero in BV instantiator...
2019-11-30 Haniel Barbosaimproving parsing error messages related to HOL (#3510)
2019-11-30 Andrew ReynoldsFix fast SyGuS enumeration for interpreted constants...
2019-11-29 Andrew ReynoldsCheck free variables in assertions when using SyGuS...
2019-11-27 Andrew ReynoldsFix sygus inference for choice functions introduced...
2019-11-27 Haniel BarbosaEnable sygusRecFun by default and fixes SyGuS+RecFun...
2019-11-27 Andrew Reynolds Fix indexof range lemma (#3499)
2019-11-25 Andrew ReynoldsBetter front-end type checking for SyGuS (#3496)
2019-11-22 Andrew ReynoldsMinor refactoring of compute model value for nl (#3489)
2019-11-21 Haniel Barbosahard limit for rec-fun eval (#3485)
2019-11-21 Andrew ReynoldsEvaluation unfolding for symbolic SyGuS constructors...
2019-11-20 Haniel BarbosaLazy evaluation via rec-funs of ITE expressions (...
2019-11-19 Andres NoetzliFix reduction of `sqrt` (#3478)
2019-11-19 Alex OzdemirAdd a few comments to ProofManager (#3477)
2019-11-18 Andres NoetzliUse -Wimplicit-fallthrough (#3464)
2019-11-18 Andrew ReynoldsUse standard sygus interface for abduction and rewrite...
2019-11-18 Andrew ReynoldsImprove interface for sygus datatype, fix utilities...
2019-11-18 Andrew ReynoldsUpdates to the unit tests, api, and examples for dataty...
2019-11-17 Andres NoetzliAdd support for ThreadSanitizer instrumentation (#3467)
2019-11-16 Andrew ReynoldsUse standard interface for sygus default grammar constr...
2019-11-15 Andrew ReynoldsIntroduce SyGuS datatype API (#3465)
2019-11-15 Andrew ReynoldsFix wrong kind in sygus version 1 parser (#3463)
2019-11-13 Andres NoetzliAllow (set-logic ...) after (reset) (#3457)
2019-11-13 Andrew ReynoldsDistinguish unknown status for model printing (#3454)
2019-11-13 Andrew ReynoldsRefactor non-linear extension for model-based refinemen...
2019-11-11 Andrew ReynoldsAdd missing utilities for Node-level Datatype API ...
2019-11-11 Andres NoetzliFix mkConst<RoundingMode>() for Python bindings (#3447)
2019-11-11 Andrew ReynoldsEliminate remaining references to type/expr in datatype...
2019-11-10 Andrew ReynoldsFix bugs related to sygus higher-order + recursive...
2019-11-09 Andrew ReynoldsFixes in relations related to datatypes not passed...
2019-11-08 Mathias Preinercmake: Disable C++ GNU extensions. (#3446)
2019-11-06 Andrew ReynoldsMove more string utility functions (#3398)
2019-11-06 Andrew ReynoldsMigrate more datatype methods to the Node level (#3443)
2019-11-06 Andrew ReynoldsSupport for SyGuS PBE + recursive functions (#3433)
2019-11-06 Andres NoetzliRemove casts to subclasses of Type in API (#3420)
2019-11-05 Andrew ReynoldsSeparate model object in non-linear extension (#3426)
2019-11-05 Andrew ReynoldsRefactor type matcher utility (#3439)
2019-11-04 Andrew ReynoldsMake check synth solution robust to auxiliary assertion...
2019-11-04 Andrew ReynoldsFix ho extensionality in collect model info (#3435)
2019-11-04 Andrew ReynoldsAvoid non-well-founded sygus grammars (#3434)
2019-11-04 Andrew ReynoldsMake getSynthSolution return a Bool (#3306)
2019-11-04 Andrew ReynoldsEliminate deprecated utility function from sygus (...
next