Disable regression if poly is not available (#7981)
[cvc5.git] / test /
2022-01-24 Gereon KremerDisable regression if poly is not available (#7981)
2022-01-24 Gereon KremerUse proper RAN nodes for nl model (#7939)
2022-01-24 Abdalrhman MohamedEnable dump tester. (#7884)
2022-01-21 Andrew ReynoldsFix trivial explantions in sequences array solver ...
2022-01-20 Andres NoetzliFix `Nth-Update` rule, add `Update-Bound` rule (#7968)
2022-01-20 Andrew ReynoldsFix proofs for trivial cases of datatypes tester merge...
2022-01-20 Gereon KremerRefactor abs rewriting (#7935)
2022-01-19 Andres NoetzliAdd rewrites for `seq.update`/`seq.nth` (#7966)
2022-01-19 Gereon KremerFix a subtle issue with double negations in coverings...
2022-01-18 Andres Noetzli[API] Add missing arity check (#7905)
2022-01-17 Andrew ReynoldsRefactor options related to rewriting and symmetry...
2022-01-17 Andres Noetzli[Strings] Fix rewriter for `re.loop` (#7956)
2022-01-15 Andrew ReynoldsAdd inverse inference for update-over-concat (#7954)
2022-01-14 Andrew ReynoldsImprove names for sygus enumeration option (#7945)
2022-01-14 Andrew ReynoldsClean enumerative instantiation options (#7947)
2022-01-14 Andrew ReynoldsImplement -o subs to show learned top-level substitutio...
2022-01-14 Andrew ReynoldsFix learned rewrite pass for non-real equalties (#7936)
2022-01-14 Andrew ReynoldsWeaken assertion in relevance manager (#7943)
2022-01-14 Gereon KremerAdd support for RANs in rewriter for `MULT` (#7940)
2022-01-14 Gereon KremerAdd RAN support in UMINUS rewriter (#7933)
2022-01-13 Gereon KremerAdd arithmetic rewriter for RAN (#7929)
2022-01-13 Andres NoetzliUnify abstract values and uninterpreted constants ...
2022-01-13 Gereon KremerRefactor post rewriter for addition (#7931)
2022-01-12 Andrew ReynoldsAdd -o learned-lits to output learned literals (#7934)
2022-01-12 Andrew ReynoldsEnsure configuration of shared selectors is consistent...
2022-01-12 Andrew ReynoldsAlways use partial function for sqrt (#7926)
2022-01-12 Andrew ReynoldsEliminate use of subtyping from results of quantifier...
2022-01-11 Abdalrhman MohamedDisable filtering of shapes in sygus-rcons pool. (...
2022-01-11 Andres NoetzliFix `TypeNode::substitute()` for type constants (#7920)
2022-01-11 Andrew ReynoldsTighten policy for unsat cores in sygus core connective...
2022-01-11 Andres NoetzliFix `TypeNode::substitute()` (#7916)
2022-01-11 Abdalrhman MohamedCheck the synthesized funs of `check-synth-next`. ...
2022-01-10 Andrew ReynoldsCheck arity in Sort::instantiate (#7897)
2022-01-10 Gereon KremerAdd new methods for RealAlgebraicNumber (#7907)
2022-01-10 Aina Niemetzapi: Remove Sort::isComparableTo(). (#7903)
2022-01-07 Andrew ReynoldsFix eager string preprocessing in incremental mode...
2022-01-07 Andrew ReynoldsAdd regressions for array sequence solver (#7874)
2022-01-07 Andres Noetzli[Regressions] Add directive for disabling testers ...
2022-01-06 Andrew ReynoldsMake alpha equivalence user context dependent (#7889)
2022-01-06 Andrew ReynoldsDisallow separation logic in incremental mode (#7888)
2022-01-06 Gereon KremerImprove theory combination in the presence of real...
2022-01-06 Andrew ReynoldsFix non-idempotent rewrite in arrays (#7887)
2022-01-05 Aina Niemetzcppapi: Remove Datatype::hasNestedRecursion(). (#7878)
2022-01-05 Aina Niemetzapi: Add missing guard for Datatype::isFinite(). (...
2022-01-04 Andrew ReynoldsFix int blaster (#7856)
2022-01-04 mudathirmahgoubAdd bag.member operator to theory of bags (#7857)
2022-01-04 mudathirmahgoubRefactor bag solver (#7770)
2022-01-04 yoni206Adding interpolation and abduction to the python API...
2022-01-04 Aina Niemetzapi: Add unit test for null case of Sort::toString...
2022-01-04 Aina Niemetzapi: Remove redundant check in Term::toString(). (...
2022-01-03 Andres NoetzliExecute `(reset)` command in parse-only mode (#7862)
2021-12-23 Andres Noetzli[Regressions] Support more complex scrubbers (#7819)
2021-12-22 Andrew ReynoldsAdd support for incremental + interpolants (#7853)
2021-12-21 Andrew ReynoldsSupport get-abduct-next (#7850)
2021-12-21 Andrew ReynoldsEliminate remaining calls to callExtendedRewrite (...
2021-12-21 yoni206Rewrite (pow2 x) to (pow 2 x) when x is a constant...
2021-12-21 Gereon KremerDisable unit tests without poly (#7844)
2021-12-20 Andrew ReynoldsAllow SyGuS subsolver to be reused in incremental mode...
2021-12-17 Aina Niemetzapi: java: Support default arity for Solver::mkUnresolv...
2021-12-17 Andres NoetzliFix rewrite for `str.update(str.rev(s), n, t))` (#7838)
2021-12-17 Gereon KremerFix tracker in SubstitutionMap (#7829)
2021-12-17 Andrew ReynoldsGet getRealOrIntegerValueSign to the API (#7832)
2021-12-17 Aina Niemetzapi: Rename DatatypeSelector::getRangeSort() to getCodo...
2021-12-17 Aina Niemetzapi: Add Solver::mkUnresolvedSort(). (#7817)
2021-12-17 Mathias PreinerDisable unsat cores for quaternion_ds1_symm_0428.fof...
2021-12-16 Andrew ReynoldsFix get-model when sort constructors are present (...
2021-12-16 Aina Niemetzapi: Add Sort::hasSymbol() and Sort::getSymbol(). ...
2021-12-16 Andrew ReynoldsMinor fix for print benchmark. (#7821)
2021-12-16 yoni206bv-to-int: use pow2 operator (#7812)
2021-12-16 yoni206int-to-bv: fail if one of the arguments has type real...
2021-12-16 mudathirmahgoubAdd regression bags-of-bags-subtypes.smt2 (#7814)
2021-12-15 Andrew ReynoldsEnsure match terms are exhaustive in its type rule...
2021-12-14 Andrew ReynoldsEliminate static calls to rewrite in strings (#7803)
2021-12-14 mudathirmahgoubFix cvc5-projects issue 358 (#7804)
2021-12-14 Abdalrhman MohamedAdd a random Sygus enumerator. (#7782)
2021-12-14 Andrew ReynoldsThrow exception for getting value of non-well-founded...
2021-12-13 mudathirmahgoubA more efficient implementation for bag.card operator...
2021-12-13 Andrew ReynoldsFixes and additions for API for parametric datatypes...
2021-12-13 Gereon KremerImprove nonlinear solver (#7787)
2021-12-13 yoni206Integrate new int-blaster (#7781)
2021-12-13 mudathirmahgoubFix cvc5-projects issues #358 and #375 (#7743)
2021-12-10 Aina NiemetzReorganize declareDatatype unit tests. (#7767)
2021-12-10 Andrew ReynoldsRefactor and fixes related to getSpecializedConstructor...
2021-12-10 Abdalrhman MohamedMute `define-fun` command generated for named terms...
2021-12-09 Andrew ReynoldsConsider polarity in relevance manager (#7768)
2021-12-09 Mathias Preinertest: Remove CDList memory limit test. (#7777)
2021-12-08 Andrew ReynoldsMake several regressions faster (#7769)
2021-12-08 Andrew ReynoldsFix type rule for datatype updater for parametric sorts...
2021-12-08 Gereon KremerTurn kinds in python API into a proper Enum (#7686)
2021-12-08 Aina Niemetzapi: Fix Sort::getDatatypeArity() for non-parametric...
2021-12-08 Gereon KremerImprove options tests (#7761)
2021-12-07 Andrew ReynoldsAllow sygus in incremental mode (#7756)
2021-12-07 Andrew ReynoldsMake data structures in relevance manager SAT-context...
2021-12-07 makaimannAdd bitwise option to IntBlaster (#7721)
2021-12-07 Gereon KremerFix 32bit issue in sep_log_api test (#7752)
2021-12-06 Gereon KremerDisable option regression for competition build (#7751)
2021-12-06 Andrew ReynoldsAdd regressions for fixed projects issues (#7739)
2021-12-03 Andrew ReynoldsCheck constructor is used in APPLY_CONSTRUCTOR (#7737)
2021-12-03 Andrew ReynoldsProper error for using constructor in multiple datatype...
2021-12-02 Gereon KremerAdd explicit 64bit getters for Integer class (#7728)
next