Simplify the syntax and representation of the separation logic empty heap constraint...
[cvc5.git] / test / regress /
2021-09-30 Andrew ReynoldsSimplify the syntax and representation of the separatio...
2021-09-29 Abdalrhman MohamedRemove support for extended `(check-sat <term>)` comman...
2021-09-29 Andrew ReynoldsProperly restrict PBE symmetry breaking for abduction...
2021-09-29 Andrew ReynoldsUpdate the syntax for tuples in smt2 (#7265)
2021-09-23 Andrew ReynoldsImplement alpha equivalence proofs (#7066)
2021-09-22 Mathias PreinerRemove CVC language support (#7219)
2021-09-22 Andrew ReynoldsMinimal fixing version for tuple update parsing (#7228)
2021-09-21 Andres NoetzliFix handling of conversions between FP and reals (...
2021-09-14 Andres NoetzliMake `-o raw-benchmark` work with `--parse-only` (...
2021-09-14 Andrew ReynoldsSupport sygus version 2.1 command assume (#7081)
2021-09-14 Mathias Preinerproofs: Properly track pre- and post-rewrites in bbAtom...
2021-09-14 Andrew ReynoldsReimplement `--dump=raw-benchmark` as `-o raw-benchmark...
2021-09-11 Mathias Preinerbv: Move IsPowerOfTwo rule to preprocessing pass and...
2021-09-10 Aina NiemetzFP: Do not send trivial lemmas. (#7167)
2021-09-09 Andrew ReynoldsDisable shared selectors for quantified logics without...
2021-09-07 Andrew ReynoldsRefactoring and fixes of set defaults for quantifiers...
2021-09-02 Aina NiemetzDisable sygus-inst for regression close to time limit...
2021-09-02 Andrew ReynoldsImplement lazy proof checking modes (#7106)
2021-09-02 Aina NiemetzEnable sygus-inst for FP, NIA and NRA. (#7098)
2021-09-01 Haniel Barbosa[proof] [sat] Fix lost reference to reason when process...
2021-09-01 Andrew ReynoldsPrint response to get-model using the API (#7084)
2021-09-01 Andrew ReynoldsFix issues with cyclic proofs due to double SYMM applic...
2021-08-30 mudathirmahgoubAdd kind BAG_MAP and its type rule to bags (#6503)
2021-08-30 Andrew ReynoldsFix proof equality engine for "no-explain" premises...
2021-08-30 Andrew ReynoldsFix quantifiers dynamic split module for parametric...
2021-08-26 Gereon KremerImprove integration of nonlinear arithmetic into the...
2021-08-26 Mathias Preinerint2bv: Fix conversion of signed bit-vector values...
2021-08-26 Gereon KremerConsolidate language types (#7065)
2021-08-23 Andrew ReynoldsPurify substitutions in strings proof reconstruction...
2021-08-23 Andrew ReynoldsGeneralize inequality elimination in quantifiers rewrit...
2021-08-23 Andrew ReynoldsFix single invocation partition for higher-order (...
2021-08-22 Andrew ReynoldsPrenex quantified formulas with user annotations by...
2021-08-20 Andrew ReynoldsSupport sygus standard command syntax set-feature ...
2021-08-18 Andres NoetzliMinor fixes of policy for eliminating quantifiers ...
2021-08-17 Andrew ReynoldsFix policy for eliminating quantified formulas (#7017)
2021-08-09 Andrew V. JonesCreate grouping of tests that exercise '--use-approx...
2021-08-05 Andrew ReynoldsFix policy for rewriting string equalities (#6916)
2021-08-04 Andrew ReynoldsFix policy for merging subproofs (#6981)
2021-08-02 Aina NiemetzAdd 'REQUIRES: poly' to regression. (#6966)
2021-08-02 Mathias Preinerbv: Enable equality engine for bitblast-internal. ...
2021-07-30 Gereon KremerAllow changing certain options while solving (#6945)
2021-07-29 Haniel Barbosa[proofs] Set BV solver to better proof-producing one...
2021-07-29 Andrew ReynoldsIntegrate central equality engine approach into theory...
2021-07-27 Andrew ReynoldsRevert change to regression (#6940)
2021-07-27 Andres NoetzliAdd regression for fixed `str.indexof_re` issue (#6938)
2021-07-27 Andrew ReynoldsMinor changes from proof-new (#6937)
2021-07-23 Aina NiemetzFP: Add option to word-blast more lazily. (#6904)
2021-07-22 Andres NoetzliAdd support for minimal unsat cores (#4605)
2021-07-15 Mathias Preinerbv: Rename simple solver to bitblast-internal. (#6888)
2021-07-14 Haniel Barbosa[proof] Fix open proof issues in SAT proof (#6887)
2021-07-14 Haniel BarbosaAdd option that exercises the previously buggy behavior...
2021-07-14 Andrew ReynoldsFix for context on input proof generator (#6873)
2021-07-14 Gereon KremerClean up option usage in command executor (#6844)
2021-07-13 Haniel Barbosa[rewriter] Add rewrite to order IFF (equality for Boole...
2021-07-12 Andrew ReynoldsFix for learned rewrite pass, add regression (#6850)
2021-07-09 Haniel Barbosatest also with default cores (#6858)
2021-07-09 Andres NoetzliMake regression test `issue4971-0` more robust (#6857)
2021-07-09 Andrew ReynoldsFix sets cardinality inference involving equivalent...
2021-07-08 Andrew ReynoldsDisable ordering heuristic for justification by default...
2021-07-07 Haniel Barbosa[unsat cores] Adding regressions from #4971 (#6852)
2021-07-07 Aina NiemetzRename operator pow2 to int.pow2. (#6849)
2021-07-07 Andrew ReynoldsFix regressions for competition build (#6846)
2021-07-05 Andres Noetzli[Strings] Fix incorrect rewrite (#6837)
2021-07-03 Andres NoetzliFix performance of string regression (#6832)
2021-07-03 Mathias PreinerAdd output tags -o, --output. (#6826)
2021-07-02 Mathias PreinerFix bv assert input reset assertions (#6820)
2021-07-02 Andrew ReynoldsFix rewriter for negative constant seq.nth (#6827)
2021-07-01 Andrew ReynoldsAdd recursive function definitions to subsolver in...
2021-06-30 Mathias PreinerUse SAT context level for --bv-assert-input instead...
2021-06-30 yoni206pow2: new test (#6819)
2021-06-30 Andrew ReynoldsDo not apply fmfBound to standard quantifiers when...
2021-06-30 Andrew ReynoldsFix pre vs. post-rewrite in proofs for theory preproces...
2021-06-30 yoni206int-to-bv: correct model values (#6811)
2021-06-28 yoni206Rewrite POW to POW2 when the base is 2 (#6806)
2021-06-26 yoni206pow2 -- final changes (#6800)
2021-06-24 Andrew ReynoldsFix linear arithmetic for duplicate lemmas in increment...
2021-06-23 Haniel Barbosa[hol] Disable bound fmf when HOL (#6792)
2021-06-23 Haniel Barbosa[regressions] Adding regression from #5371 (#6791)
2021-06-23 Haniel Barbosa[parser] [hol] Fix parser check for allowing functions...
2021-06-22 Andrew ReynoldsAvoid full normalization of lambdas in getValue (#6787)
2021-06-22 Andrew ReynoldsAlways check legal eliminations in quantified logics...
2021-06-22 Andrew ReynoldsFix type enumeration for non first-class sorts in FMF...
2021-06-21 Mathias PreinerFix model issues with --bitblast=eager. (#6753)
2021-06-21 Mathias PreinerMake CaDiCaL a required dependency. (#6761)
2021-06-18 Andres NoetzliFix build without libpoly (#6759)
2021-06-16 Aina NiemetzMake symfpu a required dependency. (#6749)
2021-06-11 Haniel BarbosaBetter support for HOL parsing and set up (#6697)
2021-06-11 Andrew ReynoldsRemove support for lazy BV extended function reductions...
2021-06-10 Andrew ReynoldsEnsure bv2nat and int2bv are not rewritten when using...
2021-06-09 Andres NoetzliMake `--solve-int-as-bv=X` robust to rewriting (#6722)
2021-06-09 Andres NoetzliReorder ITE rewrites (#6723)
2021-06-09 Gereon KremerRequire statistics for regression (#6714)
2021-06-08 Andrew ReynoldsFix for 2 dimensional dependent bounded quantifiers...
2021-06-08 Gereon KremerFix statistics option handler (#6703)
2021-06-08 Andrew ReynoldsFix str.update reduction (#6696)
2021-06-07 Andrew Reynolds(proof-new) Fix missing connection in trust substitutio...
2021-06-05 Andres NoetzliRemove unwanted side effects in `SPLIT_EQ_STRIP_L`...
2021-06-04 Mathias Preinerbv: Enable bitblast solver by default. (#6660)
2021-06-04 Andres NoetzliFix handling of start index in `str.indexof_re` (#6674)
2021-06-03 yoni206Renaming pow2 to p2 in regression tests (#6675)
next