SyGuS grammar refactor (#3100)
[cvc5.git] / src /
2019-07-19 yoni206SyGuS grammar refactor (#3100)
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 V. JonesRemoving forward-declaration of undefined function...
2019-07-18 Andrew ReynoldsBasic rewrites for tolower/toupper (#3095)
2019-07-17 Andrew ReynoldsMinor clean in strings. (#3093)
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-07-08 Andrew ReynoldsTowards refactoring relations (#3078)
2019-07-06 Andrew ReynoldsRefactor strings to use an inference manager object...
2019-07-02 Andrew ReynoldsUse unique_ptr for UF modules (#3080)
2019-07-02 Alex OzdemirOptimize DRAT optimization: clause matching (#3074)
2019-07-01 Andrew ReynoldsRefactoring of relevance vector in quantifiers (#3070)
2019-07-01 Andrew ReynoldsSupport sygus version 2 format (#3066)
2019-07-01 Andrew Reynolds Split higher-order UF solver (#2890)
2019-07-01 Andrew ReynoldsAdd higher-order elimination preprocessing pass (#2865)
2019-06-28 makaimannMake mkOpTerm const (#3072)
2019-06-27 Andrew ReynoldsVariable elimination rewrite for quantified strings...
2019-06-24 Andrew ReynoldsStratify unfolding of regular expressions based on...
2019-06-22 Andres NoetzliAdd floating-point support in the Java API (#3063)
2019-06-21 Andres NoetzliFix and simplify handling of --force-logic (#3062)
2019-06-21 Andres NoetzliUse TMPDIR environment variable for temp files (#2849)
2019-06-18 Andres Noetzli Strings: More aggressive skolem normalization (#2761)
2019-06-14 Andres NoetzliAdd lemma for the range of values of str.indexof (...
2019-06-13 Andrew Reynolds Shorten explanation for strings inference I_Norm_S...
2019-06-13 Haniel BarbosaFix warning (#3053)
2019-06-12 Andres NoetzliRefactor parser to define fewer tokens for symbols...
2019-06-12 Andres NoetzliDisable dumping regression for non-dumping builds ...
2019-06-12 Andres NoetzliFix compilation issue for Java bindings + CLN (#3045)
2019-06-11 Ahmed IrfanNA Tangent reverse implication (#3050)
2019-06-11 Andrew Reynolds Minor cleaning of conflict-based instantiation (#2966)
2019-06-11 Andrew ReynoldsDo not require sygus constructors to be flattened ...
2019-06-11 Andrew Reynolds Fix spurious assertion in get-value (#3052)
2019-06-10 Andrew ReynoldsOptimization for negative concatenation membership...
2019-06-10 Andrew ReynoldsOptimization for strings normalize disequalities (...
2019-06-05 Andres NoetzliPrevent letification from shadowing variables (#3042)
2019-06-05 Alex OzdemirDRAT-Optimization (#2971)
2019-06-05 Andres NoetzliAdd support for SWIG 4 (#3041)
2019-06-04 Andres NoetzliEnable proof checking for QF_LRA benchmarks (#2928)
2019-06-04 Andres NoetzliAdd check that result matches benchmark status (#3028)
2019-06-03 Andres NoetzliEnable SymFPU assertions in production (#3036)
2019-06-03 Andres NoetzliAdd check for limit of number of node children (#3035)
2019-06-01 Andrew Reynolds Require that FMF model basis terms are variables ...
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-18 Andres NoetzliSupport for incremental bit-blasting with CaDiCaL ...
2019-05-18 Andres NoetzliFix BV ITE rewrite (#3004)
2019-05-16 Andres NoetzliFix iterators in Java API (#3000)
2019-05-15 Mathias Preinercmake: Install JAR and JNI files for Java bindings...
2019-05-15 Aina Niemetz BV: Do not enable abstraction when eager bit-blasting...
2019-05-15 Andres NoetzliFix model of Boolean vars with eager bit-blaster (...
2019-05-15 Andrew ReynoldsFix printing of bvurem (#2963)
2019-05-10 Andrew ReynoldsDisable relational triggers (#2994)
2019-05-09 Andrew ReynoldsFixes for relational triggers (#2967)
2019-05-06 Andres NoetzliAdd support for re.all (#2980)
2019-05-02 Andrew ReynoldsSimple optimizations to core strings theory. (#2988)
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-29 Andrew ReynoldsOptimization for evaluation with unfolding (#2979)
2019-04-26 Aina NiemetzNew C++ API: Clean up API: mkVar vs mkConst vs mkBoundV...
2019-04-25 Aina NiemetzFix compiler warning. (#2975)
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-04-23 Alex Ozdemir[BV] An option for SAT proof optimization (#2915)
2019-04-23 Andrew ReynoldsRefactor normal forms in strings (#2897)
2019-04-18 Andrew ReynoldsFail fast strategy for propagating instances (#2939)
2019-04-18 Andrew Reynolds Less aggressive caching in equality engine when proofs...
2019-04-17 Andrew ReynoldsCache explanations in the equality engine (#2937)
2019-04-17 Andrew ReynoldsMore use of isClosure (#2959)
2019-04-17 Andrew ReynoldsFix extended function decomposition (#2960)
2019-04-16 Andrew ReynoldsAdd interface for term enumeration (#2956)
2019-04-16 Andres NoetzliMake bv{add,mul,and,or,xor,xnor} left-associative ...
2019-04-16 Andrew ReynoldsStratify enumerative instantiation (#2954)
2019-04-16 Andrew ReynoldsMinor simplifications to theory quantifiers (#2953)
2019-04-16 makaimannCheck for rt library in configuration -- support for...
2019-04-11 Andrew Reynolds Eliminate Boolean ITE within terms, fixes 2947 (#2949)
2019-04-08 Haniel Barbosafix copyright year in configuration file (#2942)
2019-04-05 Andrew ReynoldsFix another corner case of datatypes+PBE (#2938)
2019-04-05 Haniel Barbosafix fp issue (#2940)
2019-04-05 Alex OzdemirSatClauseSetHashFunction (#2916)
2019-04-04 Haniel BarbosaIgnoring FP benchmarks with "unsafe" sizes unless optio...
2019-04-03 Aina NiemetzUpdate copyright headers.
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 NoetzliFix RewriteITEBv to ensure rewrite to fixpoint (#2878)
2019-04-01 Andrew ReynoldsModify strategy in sets+cardinality (#2909)
2019-03-29 Andrew ReynoldsApply empty splits more aggressively in sets+cardinalit...
2019-03-29 Andres NoetzliFix freeing nodes with maxed refcounts (#2903)
2019-03-29 Andrew ReynoldsFix issues in cvc parser (#2901)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-26 Andres NoetzliFix warnings about wrong line numbers (#2899)
2019-03-26 Andrew ReynoldsFix a few warnings (#2898)
2019-03-24 Andrew Reynolds Split regular expression solver (#2891)
2019-03-24 Aina NiemetzNew C++ API: Fix include. (#2896)
2019-03-24 Aina NiemetzBV: Fix typerules for rotate operators. (#2895)
2019-03-23 Andres NoetzliFix memory leak when using subsolvers (#2893)
2019-03-23 Andres NoetzliStrip non-matching beginning from indexof operator...
2019-03-22 Andrew ReynoldsRevisit strings extended function decomposition (...
next