Statistics on instantiations per quantified formula. (#4719)
[cvc5.git] / src / theory / arith /
2020-07-11 Andrew Reynolds(proof-new) Update Theory interface for proof-new ...
2020-07-09 Andrew ReynoldsAssociate all lemmas in non-linear arithmetic with...
2020-07-08 Andrew ReynoldsImprove and fix secant and tangent lemmas in the transc...
2020-07-01 Andrew ReynoldsAdd solver for integer AND (#4681)
2020-06-30 Andrew ReynoldsAdd internal support for integer and operator (#4668)
2020-06-28 Alex OzdemirProof Rules and Checker for Arithmetic (#4665)
2020-06-25 Andrew ReynoldsUpdate option --nl-ext to enable/disable incremental...
2020-06-22 Andrew ReynoldsAdd trascendental function kinds to list of unevaluated...
2020-06-19 Andrew Reynolds(proof-new) Split operator elimination from arithmetic...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-11 Andrew Reynolds(proof-new) Remove arith-snorm option. (#4591)
2020-06-08 Andres NoetzliFix Coverity issues (#4587)
2020-06-06 Andrew ReynoldsUse NlLemma utility for all lemmas in non-linear. ...
2020-06-05 Andrew Reynolds(proof-new) Rename ProofSkolemCache to SkolemManager...
2020-06-01 Andrew ReynoldsMove non-linear files to src/theory/arith/nl (#4548)
2020-05-31 Andres NoetzliDo not cache operator eliminations in arith (#4542)
2020-05-23 Andrew ReynoldsRefactor operator elimination in arithmetic (#4519)
2020-05-20 Andrew ReynoldsDo not eliminate variables that are equal to unevaluata...
2020-05-19 mudathirmahgoubRenamed operator CHOICE to WITNESS (#4207)
2020-04-11 Andrew ReynoldsSplit the non-linear solver (#4219)
2020-04-08 Andres NoetzliPerform theory widening eagerly (#4044)
2020-04-03 Andres NoetzliUpdate theory rewriter ownership, add stats to strings...
2020-04-02 Andres NoetzliInitialize theory rewriters in theories (#4197)
2020-03-28 Andrew ReynoldsSplit transcendental solver to its own file (#4156)
2020-03-26 AmaleeAdded unit-cube-like test for branch and bound (#3922)
2020-03-23 Andrew ReynoldsChange transcendental function app slave list to unorde...
2020-03-16 Alex Ozdemirclang-format
2020-03-16 Alex OzdemirFix simplicity check in prop
2020-03-16 Alex OzdemirFix antecedent loop. Whoops
2020-03-16 Alex OzdemirOnly save farkas+tightening proofs. Error on holes
2020-03-16 Alex OzdemirExpand the definition of a "simple" farkas proof.
2020-03-10 Andrew ReynoldsRemove assertion in resolution bound inferences (#3980)
2020-03-10 Andrew ReynoldsDo not set values for non-linear mult terms in collectM...
2020-03-09 Andrew ReynoldsFix type issue in arith rewrite equality (#3972)
2020-03-09 Andrew ReynoldsFixes for bounds on transcendental functions (#3832)
2020-03-09 Andrew ReynoldsRewrite again full for DIV rewrite (#3945)
2020-03-05 Alex OzdemirAdd a new arith constraint proof rule: IntTightenAP...
2020-03-05 Alex OzdemirRevert "Add a new arith constraint proof rule: IntTight...
2020-03-05 Andres NoetzliAdd a new arith constraint proof rule: IntTightenAP...
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-27 Andrew ReynoldsInitial work towards -Wshadow (#3817)
2020-02-26 Andrew ReynoldsInfrastructure for tautological literals in nonlinear...
2020-02-26 Andrew ReynoldsUse side effect utility for non-linear lemmas (#3780)
2020-02-26 Andrew ReynoldsSupport for witnessing choice in models (#3781)
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2020-02-19 Andrew ReynoldsFix approximate bounds for transcendental functions...
2020-02-17 Andrew Reynolds Fix soundness bug in reduction of integer div/mod...
2020-02-12 Andrew ReynoldsFix non-linear equality solving that involves mixed...
2020-02-07 Andrew ReynoldsFix exact sqrt (#3721)
2020-02-04 Alex OzdemirArticulate proof-related debug statements in arith...
2020-02-03 Andrew ReynoldsSplit on model values when repaired model from non...
2020-01-31 Andres NoetzliFix arithmetic rewriter for exponential (#3688)
2020-01-22 Andrew ReynoldsFix substitution in nl solver (#3638)
2019-12-18 Andrew ReynoldsIncrement Taylor degree for tangent and secant plane...
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-12-11 Andrew ReynoldsDo not substitute beneath arithmetic terms in the non...
2019-12-09 Andres NoetzliMake theory rewriters non-static (#3547)
2019-12-05 Andrew ReynoldsMake nonlinear solver intercept model assignments from...
2019-12-03 Andrew ReynoldsImprove flexibility of lemma output in non-linear solve...
2019-12-02 makaimannOpTerm Refactor: Allow retrieving OpTerm used to create...
2019-11-22 Andrew ReynoldsMinor refactoring of compute model value for nl (#3489)
2019-11-19 Andres NoetzliFix reduction of `sqrt` (#3478)
2019-11-18 Andres NoetzliUse -Wimplicit-fallthrough (#3464)
2019-11-13 Andrew ReynoldsRefactor non-linear extension for model-based refinemen...
2019-11-05 Andrew ReynoldsSeparate model object in non-linear extension (#3426)
2019-10-31 Mathias PreinerFix Unimplemented() macros missed in #3366. (#3424)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-10-30 Andrew ReynoldsSplit some generic utilities from the non-linear extens...
2019-10-28 Andrew ReynoldsFix for non-linear models (#3410)
2019-10-28 Andres NoetzliFix integer division rewrite (#3415)
2019-10-13 Andrew ReynoldsEliminate negative constant coefficients in div/mod...
2019-10-08 Piotr Trojanekprefer prefix ++ operator for iterators
2019-09-29 Andres NoetzliIntroduce template classes for simple type rules (...
2019-09-04 Andrew Reynolds Fixes related to destructing null (#3231)
2019-08-24 Piotr Trojanekfix mismatch between "delete" and "new []" (#2795)
2019-08-23 Andrew ReynoldsFix argument in nonlinear extension. (#3216)
2019-06-11 Ahmed IrfanNA Tangent reverse implication (#3050)
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-14 Andrew ReynoldsUse zero slope tangent planes for transcendental functi...
2019-01-03 Alex Ozdemir[LRA proof] Recording & Printing LRA Proofs (#2758)
2018-12-20 Aina NiemetzAdd missing type rules for parameterized operator kinds...
2018-12-15 Alex Ozdemir [LRA Proof] Storage for LRA proofs (#2747)
2018-12-14 Aina NiemetzFixed typos.
2018-12-07 Alex OzdemirArith Constraint Proof Loggin (#2732)
2018-10-01 Aina NiemetzFix compiler warnings. (#2555)
2018-09-27 Andrew ReynoldsFix Taylor overapproximation for large exponentials...
2018-09-25 Andrew Reynolds Improve non-linear check model error handling (#2497)
2018-09-22 Mathias Preinercmake: Remove unused CMakeLists.txt
2018-09-22 Aina Niemetzcmake: Added initial build infrastructure.
2018-09-13 Andrew ReynoldsSimplify storing of transcendental function application...
2018-09-13 Andrew Reynolds Decision strategy: incorporate CEGQI (#2460)
2018-09-05 Mathias PreinerUse std::uniqe_ptr for d_eq_infer to make Coverity...
2018-08-30 Andres NoetzliUse useBland option in FCSimplexDecisionProcedure ...
2018-08-23 Aina NiemetzRefactor ITE simplification preprocessing pass. (#2360)
2018-08-16 Andres NoetzliMove node algorithms to separate file (#2311)
2018-08-08 Andres NoetzliRequire Swig 3 (#2283)
2018-07-26 Tim KingChanging the arithmetic static learner to use CDHashMap...
2018-07-25 Tim KingChanging ArithIteUtils to use CDInsertHashMap. (#2206)
2018-07-17 Andrew Reynolds Purify applications of exp to transcendental arguments...
next