Fix (#3530)
[cvc5.git] / test /
2019-12-04 Andrew ReynoldsFix (#3530)
2019-12-04 Andrew ReynoldsFix single invocation solution construction for multipl...
2019-12-03 Andres NoetzliRewrite `str.contains` used for character matching...
2019-12-03 makaimannMinor refactor: rename opterm_black to op_black (#3521)
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 Andres NoetzliCompetition build: Skip parsing error regression (...
2019-11-30 Andrew ReynoldsFix fast SyGuS enumeration for interpreted constants...
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 Haniel Barbosafixing stupid typo (#3488)
2019-11-21 Haniel Barbosahard limit for rec-fun eval (#3485)
2019-11-20 Haniel BarbosaLazy evaluation via rec-funs of ITE expressions (...
2019-11-19 Andres NoetzliFix reduction of `sqrt` (#3478)
2019-11-18 Andres NoetzliUse -Wimplicit-fallthrough (#3464)
2019-11-18 Andrew ReynoldsUpdates to the unit tests, api, and examples for dataty...
2019-11-15 Andrew ReynoldsFix wrong kind in sygus version 1 parser (#3463)
2019-11-14 Alex OzdemirUse Shebang in cxxtestgen when appropriate (#3458)
2019-11-13 Andres NoetzliAllow (set-logic ...) after (reset) (#3457)
2019-11-10 Andrew ReynoldsFix bugs related to sygus higher-order + recursive...
2019-11-06 Andres Noetzli[Regressions] Remove leading whitespace in output ...
2019-11-06 Andrew ReynoldsSupport for SyGuS PBE + recursive functions (#3433)
2019-11-05 Andres Noetzli[Regressions] Support for running w/ default args ...
2019-11-04 Andrew ReynoldsAvoid non-well-founded sygus grammars (#3434)
2019-11-04 Andrew ReynoldsMake getSynthSolution return a Bool (#3306)
2019-11-01 Andrew ReynoldsFix non-termination in datatype type enumerator (#3369)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-10-28 Andrew ReynoldsFix for non-linear models (#3410)
2019-10-28 Andres NoetzliFix integer division rewrite (#3415)
2019-10-27 Andres NoetzliFix global-declarations support (#3403)
2019-10-23 Andrew ReynoldsFixes for SyGuS + regular expressions (#3313)
2019-10-18 makaimannUpdate overflow check to handle negative numbers (...
2019-10-15 Andres NoetzliFix regression (#3393)
2019-10-14 Andres NoetzliDisable regression test for competition build (#3388)
2019-10-14 Andrew ReynoldsRemove benchmark (#3389)
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-10 Mathias Preinertest: Add TS_UTILS_EXPECT_ABORT macro for unit tests...
2019-10-09 Andres NoetzliAvoid printing success for `--force-logic` (#3363)
2019-10-09 Aina NiemetzNew C++ API: Term: Add missing checks for null. (#3364)
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-08 Aina NiemetzNew C++ API: Add Term::getId(). (#3360)
2019-10-06 Andrew ReynoldsFix typo in regression (#3359)
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 Andres NoetzliAdd rewrite for splitting equalities (#2957)
2019-09-30 Andrew ReynoldsAvoid cases of empty sygus grammars (#3301)
2019-09-29 Andrew ReynoldsFail single invocation techniques when utility inferenc...
2019-09-28 Andrew ReynoldsSupport smt2 language "match" term (#3258)
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 Mathias PreinerUse separate CMake project for CVC4 examples. (#3196)
2019-09-25 Andrew ReynoldsReturn choice functions for approximate values in get...
2019-09-19 Andrew ReynoldsSupport context-(in)dependent decision strategies....
2019-09-19 makaimannAdd support for creating constant arrays to the new...
2019-09-18 Andrew ReynoldsDecouple fmf-bound and finite-model-find (#3297)
2019-09-17 Andrew ReynoldsAvoid computing cardinality when constructing models...
2019-09-16 Andrew ReynoldsFix spurious meta-info in regression (#3294)
2019-09-16 Andrew ReynoldsRemove equality inference option for quantifiers (...
2019-09-16 Andrew Reynolds Fix HO model construction for functions having Boolean...
2019-09-13 Andrew ReynoldsDisallow let in sygus grammars, check for free variable...
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-19 Aina NiemetzNew C++ API: Add checks for Solver::checkValid and...
2019-08-18 Andrew ReynoldsContext-independent regular expression unfolding (...
2019-08-14 Andrew Reynolds Update to standard implementation of getting free...
2019-08-13 Aina NiemetzNew C++ API: Add checks and tests for Solver::simplify...
2019-08-13 Aina NiemetzNew C++ API: Fix test names of solver_black unit test...
2019-08-13 Andrew ReynoldsAdd string rewrite involving allchar stars (#3167)
2019-08-13 Andrew ReynoldsProperly implement logic info for separation logic...
2019-08-13 Andrew ReynoldsImplement check abduct feature (#3152)
2019-08-11 makaimannNew C++ API: Add templated getIndices method for OpTerm...
2019-08-08 Mathias PreinerFix issues with Ninja build system and add configure...
2019-08-07 Aina NiemetzNew C++ API: Add checks and tests for push/pop. (#3121)
2019-08-06 Andrew ReynoldsProperly parse qualified identifiers (#3111)
next