Refactor and update copyright headers. (#6316)
[cvc5.git] / src / theory / arith /
2021-04-12 Aina NiemetzRefactor and update copyright headers. (#6316)
2021-04-10 Aina NiemetzRename CVC4_ macros to CVC5_. (#6327)
2021-04-09 Aina NiemetzRename CVC4__ header guards to CVC5__. (#6326)
2021-04-09 Andrew ReynoldsAdd identifiers for extended function reductions (...
2021-04-08 Andrew ReynoldsAdd identifiers for sources of incompleteness (#6311)
2021-04-07 Andrew ReynoldsReplace calls to NodeManager::mkSkolem with SkolemManag...
2021-04-06 Andres NoetzliRemove template argument from `NodeBuilder` (#6290)
2021-04-05 Haniel Barbosa[proof-new] Registering proof checkers uniformly from...
2021-04-05 Andrew ReynoldsAdd interface for skolem functions in SkolemManager...
2021-04-01 Andrew ReynoldsFix type rule for to_real (#6257)
2021-04-01 Aina NiemetzRename namespace CVC5 to cvc5. (#6258)
2021-04-01 Andrew ReynoldsFix non-linear for unknown case (#6252)
2021-03-31 Aina NiemetzRename namespace CVC4 to CVC5. (#6249)
2021-03-31 Andrew ReynoldsAdd missing inference ids (#6242)
2021-03-25 Gereon KremerEnsure nonlinear extensions properly reconsiders its...
2021-03-25 Gereon KremerAdd missing includes. (#6207)
2021-03-24 Gereon KremerOnly consider relevant terms for integer branches ...
2021-03-23 Andrew ReynoldsRemove unused code for axioms (#6197)
2021-03-21 Andrew ReynoldsClean up remaining raw uses of output channel (#6161)
2021-03-16 Haniel Barbosa[proof-new] Renaming proof option to be in sync with...
2021-03-15 Gereon KremerReplace HistogramStat by IntegralHistogramStat (#6126)
2021-03-15 Andrew ReynoldsMake nonlinear extension account for relevant term...
2021-03-11 Gereon KremerMake linear arithmetic use its inference manager (...
2021-03-11 Alex Ozdemirarith proof rules shuffle & add ARITH_SUM_UB (#6118)
2021-03-11 Gereon KremerFirst refactoring of statistics classes (#6105)
2021-03-11 Andrew Reynolds(proof-new) Clean up uses of witness with skolem lemmas...
2021-03-11 Mathias PreinerFix compile warnings when compiling with GLPK. (#6115)
2021-03-11 Mathias PreinerUse CVC4_ASSERTIONS instead of NDEBUG. (#6099)
2021-03-10 Gereon KremerImprove arithmetic proofs (#6106)
2021-03-10 Andrew Reynolds(proof-new) Update ppRewrite to use skolem lemmas ...
2021-03-10 Andrew ReynoldsFix term registration and non-theory-preprocessed terms...
2021-03-09 Andrew ReynoldsRemove logic request (#6089)
2021-03-09 Gereon KremerAdd missing include if GLPK is enabled. (#6084)
2021-03-09 Gereon KremerSome more cleanup of includes (#6083)
2021-03-09 Aina NiemetzUpdate copyright headers to 2021. (#6081)
2021-03-08 Andrew Reynolds(proof-new) Prepare arithmetic for changes to ppRewrite...
2021-03-04 Gereon KremerAdd proper define for libpoly usage (#6050)
2021-03-03 Andrew Reynolds(proof-new) Simplifications to arithmetic operator...
2021-03-03 Gereon KremerMore cleanup of includes to reduce compilation times...
2021-03-02 Gereon KremerClean up includes to reduce compile times (#6031)
2021-02-25 Mathias PreinerEnable -Werror. (#5969)
2021-02-24 Gereon Kremer(proof-new) Add proofs for CAD solver (#5981)
2021-02-23 Gereon KremerAdd proof for mult sign lemma (#5966)
2021-02-23 Gereon KremerAdd proof for monomial bounds check (#5965)
2021-02-23 Gereon Kremer(proof-new) Add proof generator for CAD solver (#5964)
2021-02-23 Gereon KremerAdd trans secant proofs. (#5957)
2021-02-22 Andrew Reynolds(proof-new) Change proof-new option to proof (#5955)
2021-02-22 Gereon Kremer(proof-new) Add proofs for exponential functions (...
2021-02-22 Gereon Kremer(proof-new) Add new arithmetic kind INDEXED_ROOT_PREDIC...
2021-02-22 Gereon Kremer(proof-new) Add proofs for sine lemmas in the transcend...
2021-02-22 Gereon KremerCleanup in transcendental solver, add ApproximationBoun...
2021-02-22 Gereon Kremeradd pruneRedundantIntervals (#5950)
2021-02-19 Andrew ReynoldsRefactoring theory inference process (#5920)
2021-02-19 Gereon KremerCleanup of inferences in arithmetic theory (#5927)
2021-02-18 Gereon KremerAdd statistic for InferenceId to TheoryInferenceManager...
2021-02-15 Gereon KremerRemove now obsolete sendLemmas and inferences stat...
2021-02-11 Gereon KremerMake most methods of TheoryInferenceManager expect...
2021-02-11 Gereon KremerAdd InferenceId member to TheoryInference, adapt all...
2021-02-11 Gereon KremerMerge InferenceIds into one enum (#5892)
2021-02-10 Andrew ReynoldsFix open proof for factoring lemma (#5885)
2021-02-08 Andrew ReynoldsAvoid spurious traversal of terms during preregistratio...
2021-02-02 Andrew ReynoldsImprovements for NL traces (#5846)
2021-02-01 Andrew ReynoldsEliminate PREPROCESS lemma property (#5827)
2021-01-27 Alex OzdemirThread proofs through arith channels & similar (#5818)
2021-01-26 Alex OzdemirAdd proofs to TheoryArithPrivate::propagate (#5812)
2021-01-21 Alex Ozdemirarith: Proofs for Diophantine cuts (#5792)
2021-01-19 Alex OzdemirImplement proofs for arith BRAB lemmas (#5784)
2021-01-14 Andrew ReynoldsUpdates to theory preprocess equality (#5776)
2021-01-07 Gereon KremerMake sure polynomials are properly factorized in nl...
2020-12-23 Gereon KremerAdd proofs for nonlinear sign lemmas. (#5707)
2020-12-22 Andrew ReynoldsMake theory preprocess rewrite equalities a preprocessi...
2020-12-21 Gereon KremerAdd proof for pi bound lemma (#5709)
2020-12-21 Gereon KremerAdd proof for sine shift lemmas. (#5710)
2020-12-21 Gereon Kremer(proof-new) Make nl-ext factoring lemmas proof producin...
2020-12-18 Gereon Kremer(proof-new) Setup proof infrastructure for transcendent...
2020-12-18 Gereon KremerAdd proof checker for nl tangent lemma (#5704)
2020-12-18 Alex OzdemirBugfix: proofs for props of non-normal arith lits ...
2020-12-18 Gereon Kremer(proof-new) Add proof for tangent plane lemmas (#5700)
2020-12-18 Gereon KremerAdd proof for split zero check. (#5699)
2020-12-17 Gereon KremerAlways consider rewritten lemmas for caching. (#5696)
2020-12-17 Gereon Kremer(proof-new) Prepare nonlinear extension and nl-ext...
2020-12-10 Gereon KremerFixed a bunch of clang warnings. (#5637)
2020-12-09 Gereon KremerSplit initial exp lemma into separate lemmas. (#5622)
2020-12-07 makaimannAdd bitwise refinement mode for IAND (#5328)
2020-12-07 Gereon KremerRefactor initial phase of transcendental solver (#5599)
2020-12-07 Andrew ReynoldsDo not expand theory definitions at the beginning of...
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-12-02 Aina NiemetzRename macro Message to CVC4Message. (#5576)
2020-12-01 Gereon KremerRefactor transcendental solver (#5539)
2020-11-30 Andrew ReynoldsRemove includes for old API from internal code (#5536)
2020-11-26 Gereon KremerMake CAD solver work for empty set of assertions (...
2020-11-25 Gereon KremerFix transcendental secant plane lemmas (#5525)
2020-11-25 Gereon KremerRefactor transcendental solver (#5514)
2020-11-20 Aina NiemetzFix #5493. (#5495)
2020-11-20 Aina NiemetzFix compiler warnings. (#5493)
2020-11-20 Gereon KremerAllow to pass ProofGenerator to arithmetic inference...
2020-11-19 Aina NiemetzInclude stddef.h (needed for size_t) in cvc4_public...
2020-11-19 Andrew ReynoldsFix issues related to eliminating extended arithmetic...
2020-11-18 Andrew ReynoldsDo not expand definitions of extended arithmetic operat...
2020-11-17 Gereon KremerFix tangent plane lemmas (#5455)
next