Fix regression option (#4680)
[cvc5.git] / src / theory /
2020-07-02 Andrew Reynolds(proof-new) Proof rule checkers run on skolem forms...
2020-07-01 Andrew ReynoldsAdd solver for integer AND (#4681)
2020-07-01 Andrew Reynolds Inferences and model construction taking into account...
2020-07-01 Andrew Reynolds(proof-new) Updates to evaluator (#4659)
2020-07-01 Andrew Reynolds(proof-new) Improve rewriter for WITNESS (#4661)
2020-06-30 Andrew ReynoldsFix normal form for re.comp (#4676)
2020-06-30 Andrew ReynoldsSimplify quantifiers strategy for when to apply last...
2020-06-30 Ying ShengInterpolation step 1 (#4638)
2020-06-30 Andrew ReynoldsAdd internal support for integer and operator (#4668)
2020-06-29 Andres NoetzliMake ExprManager constructor private (#4669)
2020-06-28 Andrew ReynoldsFix non-termination issues in simpleRegExpConsume ...
2020-06-28 Alex OzdemirProof Rules and Checker for Arithmetic (#4665)
2020-06-25 Andrew Reynolds(proof-new) Add TrustNode interfaces to OutputChannel...
2020-06-25 Andrew ReynoldsUpdate option --nl-ext to enable/disable incremental...
2020-06-23 Mathias PreinerAdd support for eqrange predicate (#4562)
2020-06-22 Andrew Reynolds(proof-new) Add REWRITE trust node kind. (#4624)
2020-06-22 Andrew ReynoldsAdd trascendental function kinds to list of unevaluated...
2020-06-20 Andrew Reynolds(proof-new) Make static methods in re-elim (#4623)
2020-06-19 Andrew Reynolds(proof-new) Updates to strings term registry (#4599)
2020-06-19 Andrew ReynoldsConvert more uses of strings to words (#4584)
2020-06-19 Andrew Reynolds(proof-new) Split operator elimination from arithmetic...
2020-06-19 Andrew ReynoldsClean the header file of TheoryStrings (#4272)
2020-06-19 Haniel BarbosaAlways rewrite boolean ITEs with constant then/else...
2020-06-17 Andrew ReynoldsDo not traverse WITNESS for partial substitutions in...
2020-06-17 Haniel BarbosaImprove polynomial anyterm grammar (#3566)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-16 Aina NiemetzBV: Fix querying equality status in lazy bit-blaster...
2020-06-16 Andrew Reynolds(proof-new) Add quantifiers proof checker (#4593)
2020-06-15 Haniel BarbosaSupport AND/OR definitions in lambda to array rewriting...
2020-06-15 Aina NiemetzBV: Add missing type check for BITVECTOR_REPEAT_OP...
2020-06-15 Aina NiemetzBV: Add missing type check for INT_TO_BITVECTOR. (...
2020-06-15 Andrew Reynolds Do RE derivation inference only for concrete constant...
2020-06-13 Andrew ReynoldsMove sygus datatype utility functions to their own...
2020-06-12 Andrew Reynolds(proof-new) Minor updates to strings base solver (...
2020-06-12 Andrew ReynoldsCardinality-related inferences per type in theory of...
2020-06-12 Andrew Reynolds(proof-new) Split TheoryEngine (#4558)
2020-06-12 Andrew ReynoldsAdd rewrite for str.replace_re. (#4601)
2020-06-11 Andrew Reynolds(proof-new) Add eager proof generator utility. (#4592)
2020-06-11 Andrew Reynolds(proof-new) Remove arith-snorm option. (#4591)
2020-06-10 Andrew Reynolds(proof-new) Theory proof step buffer utility (#4580)
2020-06-10 Andres NoetzliAdd support for str.replace_re/str.replace_re_all ...
2020-06-09 Andrew Reynolds(proof-new) Add trust node utility (#4588)
2020-06-08 Andres NoetzliFix Coverity issues (#4587)
2020-06-06 Andrew ReynoldsUse NlLemma utility for all lemmas in non-linear. ...
2020-06-06 Andrew ReynoldsSmt2 parsing support for nested recursive datatypes...
2020-06-05 Andrew ReynoldsDatatypes with nested recursion are not handled in...
2020-06-05 Andrew Reynolds(proof-new) Rename ProofSkolemCache to SkolemManager...
2020-06-05 Andres NoetzliFix handling of Boolean term variables (#4550)
2020-06-04 Andrew ReynoldsAdd sygus datatype substitution utility method (#4390)
2020-06-04 Andrew ReynoldsFix abduction with datatypes (#4566)
2020-06-04 Andrew ReynoldsTheory strings preprocess (#4534)
2020-06-03 Haniel Barbosa(proof-new) Adding rules and proof checker for EUF...
2020-06-03 Haniel Barbosa(proof-new) Adding rules and proof checker for Boolean...
2020-06-03 Andrew Reynolds(proof-new) Add builtin proof checker (#4537)
2020-06-03 Andrew ReynoldsUpdate CEGQI to use lemma status instead of forcing...
2020-06-03 Andrew ReynoldsUse prenex normal form when using cegqi-nested-qe ...
2020-06-02 Andrew ReynoldsFix scope issue with pulling ITEs in extended rewriter...
2020-06-02 Andrew ReynoldsDo not handle universal quantification on functions...
2020-06-01 Andrew ReynoldsMove non-linear files to src/theory/arith/nl (#4548)
2020-06-01 Andrew ReynoldsIncorporate sequences into the word interface (#4543)
2020-05-31 Andres NoetzliDo not cache operator eliminations in arith (#4542)
2020-05-30 Andrew ReynoldsAdd the sequence type (#4539)
2020-05-28 Andrew ReynoldsFix term registry for constant case, simplify. (#4538)
2020-05-27 Andrew ReynoldsAdd the Expr-level sequence datatype (#4526)
2020-05-26 Andrew ReynoldsConvert more uses of strings to words (#4527)
2020-05-26 Andrew Reynolds(proof-new) Updates to strings skolem cache. (#4524)
2020-05-23 mudathirmahgoubremove unused field d_emp_exp in TheorySetsPrivate...
2020-05-23 Andrew ReynoldsRefactor operator elimination in arithmetic (#4519)
2020-05-22 Andrew Reynolds(proof-new) Add rewrite corresponding to regular expres...
2020-05-22 Aina NiemetzAdd support for SAT solver Kissat. (#4514)
2020-05-22 Andrew Reynolds(proof-new) Minor update to strings solver state (...
2020-05-21 Andrew ReynoldsThrow logic exception for equality between regular...
2020-05-20 Andrew ReynoldsNormal form equality conflicts and uniqueness check...
2020-05-20 Aina NiemetzCegqiBv: Clean up after renaming options. (#4487)
2020-05-20 Andrew ReynoldsUse debug-check-model to enable internal debugging...
2020-05-20 Andrew ReynoldsDo not eliminate variables that are equal to unevaluata...
2020-05-20 Andrew ReynoldsFix cached free variable identifiers in sygus term...
2020-05-19 mudathirmahgoubRenamed operator CHOICE to WITNESS (#4207)
2020-05-19 Andrew ReynoldsUse fresh variables when miniscoping (#4296)
2020-05-19 Andres NoetzliMake SolveEq and PlusCombineLikeTerms idempotent (...
2020-04-30 Andrew ReynoldsRemove skolem share involving pre_first_ctn. (#4423)
2020-04-30 Andrew ReynoldsDo not mark congruent terms are reduced (#4419)
2020-04-29 Andrew ReynoldsAvoid circular dependencies for justifying reductions...
2020-04-28 Andres NoetzliRegister lower bound for str.to_int (#4408)
2020-04-28 Andrew ReynoldsUpdate cardinality in strings to unicode standard ...
2020-04-26 Andrew Reynolds Fix sets cardinality cycle rule (#4392)
2020-04-23 Andres NoetzliIntroduce best content heuristic for strings (#4382)
2020-04-23 Andres NoetzliStrings: Register skolems before sending lemma (#4381)
2020-04-22 Andrew ReynoldsEnsure disequality splits are processed as lemmas ...
2020-04-22 Andres NoetzliReinstantiate support for conjunctions in facts (#4377)
2020-04-21 Andrew ReynoldsMake option names related to CEGQI consistent (#4316)
2020-04-20 Andrew ReynoldsRefactor inference manager in strings to be amenable...
2020-04-18 Andrew ReynoldsTrack inference id for pending facts in strings (#4331)
2020-04-18 Haniel BarbosaImproving EqProof printing (#4329)
2020-04-17 Mathias PreinerSyGuS instantiation quantifiers module (#3910)
2020-04-16 Andrew ReynoldsEliminate remaining references to parent TheoryStrings...
2020-04-15 Andrew ReynoldsMove regular expression inclusion test to RegExpEntail...
2020-04-15 Andrew ReynoldsSplit TermRegistry object from TheoryStrings (#4312)
2020-04-15 Andrew ReynoldsDo not mark string extended functions as eliminated...
2020-04-15 Andrew ReynoldsFix assertion in enumerative instantiation (#4313)
next