Support UF in default sygus grammars (#3319)
[cvc5.git] / test / regress / CMakeLists.txt
2019-10-14 Andrew ReynoldsSupport UF in default sygus grammars (#3319)
2019-10-14 Andrew ReynoldsApply sygus repair constant techniques restricted to...
2019-10-14 Andrew ReynoldsEnsure lemmas from sygus repair const are guarded ...
2019-10-13 Andrew ReynoldsEliminate negative constant coefficients in div/mod...
2019-10-11 Andrew ReynoldsCheck that logic is set when synth-fun command is encou...
2019-10-09 Andres NoetzliAvoid printing success for `--force-logic` (#3363)
2019-10-08 Andrew ReynoldsLimit cases of sygus inference based on type (#3370)
2019-10-08 Andrew ReynoldsFix method for getting arithmetic function definition...
2019-10-08 Andres Noetzli[CVC Parser] Add support for regular expressions (...
2019-10-08 Andres NoetzliDisallow --proof and --incremental (#3332)
2019-10-08 Ying ShengMake ackermannization generally applicable rather than...
2019-10-06 Andrew ReynoldsFix str to int reduction (#3358)
2019-10-03 yoni206Disable proofs for unsupported logics (#3327)
2019-10-01 Andrew ReynoldsTrivial solve method for single invocation sygus (...
2019-09-30 Andrew ReynoldsAvoid cases of empty sygus grammars (#3301)
2019-09-29 Andrew ReynoldsFail single invocation techniques when utility inferenc...
2019-09-27 Andrew ReynoldsFix case of disjunctive conclusion in strings (#3254)
2019-09-27 Andrew ReynoldsCVC print support for recoverable failure (#3323)
2019-09-25 Andrew Reynolds Fix off by one error in strings flat form explanation...
2019-09-25 Andrew ReynoldsAdd isParameterized function to Expr (#3303)
2019-09-25 Andrew ReynoldsReturn choice functions for approximate values in get...
2019-09-19 Andrew ReynoldsSupport context-(in)dependent decision strategies....
2019-09-17 Andrew ReynoldsAvoid computing cardinality when constructing models...
2019-09-16 Andrew Reynolds Fix HO model construction for functions having Boolean...
2019-09-12 Andrew Reynolds Fix default grammar construction for arrays when no...
2019-09-11 Andrew ReynoldsFix constructor type printing (#3246)
2019-09-06 Mathias PreinerRemove SMT1 parser. (#3228)
2019-09-04 Mathias PreinerRemove duplicate regression tests. (#3227)
2019-08-30 Andres NoetzliBetter heuristic for str.code/re.range (#3220)
2019-08-30 Andres NoetzliInfer conflicts based on regular expression inclusion...
2019-08-23 Andrew Reynolds Infer emptiness instead of splitting when a string...
2019-08-23 Andrew ReynoldsExclude redundant lemmas when tracking inst lemmas...
2019-08-23 Andrew ReynoldsUpdate dynamic splitting strategy for quantifiers ...
2019-08-22 Andrew Reynolds Local substitutions for context-depdendent simplificat...
2019-08-20 Andrew ReynoldsFixes for sygus inference on quantifier free problems...
2019-08-18 Andrew ReynoldsContext-independent regular expression unfolding (...
2019-08-14 Andrew Reynolds Update to standard implementation of getting free...
2019-08-13 Andrew ReynoldsAdd string rewrite involving allchar stars (#3167)
2019-08-08 Mathias PreinerFix issues with Ninja build system and add configure...
2019-08-06 Andrew ReynoldsProperly parse qualified identifiers (#3111)
2019-08-02 Mathias PreinerUpdate CaDiCaL to version 1.0.3. (#3137)
2019-08-02 Andrew ReynoldsRemove simplification specialized for sygus si solution...
2019-08-02 Andrew ReynoldsSupport default sygus grammar for strings (#3148)
2019-08-02 Andrew ReynoldsFix solution filtering for streaming abducts (#3143)
2019-08-02 Andrew ReynoldsEnable sygus logic when produce-abducts is true (#3144)
2019-08-01 Andrew Reynolds Regular expression intersection modes (#3134)
2019-07-31 Haniel BarbosaParsing THF and adding several regressions (#3131)
2019-07-30 Andrew ReynoldsMinor improvement for rewriter for str.replace (#3124)
2019-07-30 Andrew Reynolds Handle RE intersections modulo equality (#3120)
2019-07-29 Andrew ReynoldsModel blocker feature (#3112)
2019-07-29 Andrew ReynoldsSupport get-abduct smt2 command (#3122)
2019-07-24 Andrew Reynolds Fix null node when using no-strings-lazy-pp (#3114)
2019-07-23 Andrew ReynoldsFix sygus datatype parsing in sygus v1 format (#3113)
2019-07-19 Andrew ReynoldsFixes for sygus with datatypes (#3103)
2019-07-19 Andrew ReynoldsFix case of unfolding negative membership in reg exp...
2019-07-18 Andrew ReynoldsBasic rewrites for tolower/toupper (#3095)
2019-07-16 Andrew ReynoldsAdd support for str.tolower and str.toupper (#3092)
2019-07-15 Andrew Reynolds Add string rewrite to distribute character stars over...
2019-06-27 Andrew ReynoldsVariable elimination rewrite for quantified strings...
2019-06-24 Andrew ReynoldsStratify unfolding of regular expressions based on...
2019-06-21 Andres NoetzliFix and simplify handling of --force-logic (#3062)
2019-06-10 Andrew ReynoldsOptimization for negative concatenation membership...
2019-06-05 Andres NoetzliPrevent letification from shadowing variables (#3042)
2019-06-04 Andres NoetzliAdd check that result matches benchmark status (#3028)
2019-06-01 Andrew ReynoldsFix rewriter for regular expression consume (#3029)
2019-05-30 Andres NoetzliQuote symbol when printing empty symbol name (#3025)
2019-05-27 Andres NoetzliAvoid substituting Boolean term variables (#3022)
2019-05-21 MartinUpdate to symfpu 0.0.7, fixes RTI 3/5 issue (#3007)
2019-05-17 MartinAdd the problematic input from issue 2183 as a regressi...
2019-05-15 Andres NoetzliFix model of Boolean vars with eager bit-blaster (...
2019-05-15 Andrew ReynoldsFix printing of bvurem (#2963)
2019-05-09 Andrew ReynoldsFixes for relational triggers (#2967)
2019-05-06 Andres NoetzliAdd support for re.all (#2980)
2019-05-01 Andrew Reynolds Use total versions of div/mod in re-elim-agg (#2986)
2019-04-30 Andres NoetzliFix concat-find regexp elimination (#2983)
2019-04-30 Andrew ReynoldsRemove stoi solve rewrite (#2985)
2019-04-30 Andrew ReynoldsEliminate APPLY kind (#2976)
2019-04-17 Andrew ReynoldsFix extended function decomposition (#2960)
2019-04-16 Andres NoetzliMake bv{add,mul,and,or,xor,xnor} left-associative ...
2019-04-16 Andrew ReynoldsStratify enumerative instantiation (#2954)
2019-04-11 Andrew Reynolds Eliminate Boolean ITE within terms, fixes 2947 (#2949)
2019-04-05 Andrew ReynoldsFix another corner case of datatypes+PBE (#2938)
2019-04-03 Andrew ReynoldsFix combination of datatypes + strings in PBE (#2930)
2019-04-01 Andres NoetzliFP: Fix wrong model due to partial assignment (#2910)
2019-04-01 Andres NoetzliMove slow string regression to regress3 (#2913)
2019-03-29 Andrew ReynoldsApply empty splits more aggressively in sets+cardinalit...
2019-03-22 Andrew ReynoldsMore fixes for PBE with datatypes (#2882)
2019-03-21 Andrew ReynoldsRewrite selectors correctly applied to constructors...
2019-03-20 Andrew ReynoldsSygus abduction feature (#2744)
2019-03-19 Andrew ReynoldsFix fairness issue with fast sygus enumerator (#2873)
2019-03-15 Haniel BarbosaNew beta-reduction for HOL solving (#2869)
2019-03-14 Andrew ReynoldsUse zero slope tangent planes for transcendental functi...
2019-03-14 Andrew ReynoldsImplement proper semantics for TPTP predicate is_rat...
2019-03-12 Andrew Reynolds Move tuple/record update elimination from ppRewrite...
2019-01-22 Andrew Reynolds Fix tuple and record CVC printing (#2818)
2019-01-22 Andrew Reynolds Fix parsing of overloaded parametric datatype selector...
2019-01-17 Andres NoetzliAdd option to print BV constants in binary (#2805)
2019-01-16 Andrew ReynoldsFix constant contains ITOS rewrite (#2799)
2019-01-15 Andrew Reynolds Fix unsound double abs rewrite rule for FP (#2792)
2019-01-09 Andrew ReynoldsDo not rewrite 1-constructor sygus testers to true...
next