Refactor transcendental solver (#5514)
[cvc5.git] / src / theory / arith / theory_arith_private.cpp
2020-11-20 Aina NiemetzFix #5493. (#5495)
2020-11-20 Aina NiemetzFix compiler warnings. (#5493)
2020-11-19 Aina NiemetzInclude stddef.h (needed for size_t) in cvc4_public...
2020-11-18 Andrew ReynoldsDo not expand definitions of extended arithmetic operat...
2020-11-16 Gereon KremerImprove accuracy of resource limitation (#4763)
2020-10-21 Alex Ozdemir(proof-new) arith: dedup literals in flattenImpl (...
2020-10-15 Alex Ozdemir(proof-new) TheoryArithPrivate: farkas lemma proof...
2020-10-14 Alex Ozdemir(proof-new) pfs in TheoryArith(Private) explainations...
2020-10-14 Alex Ozdemir(proof-new) pfs for conflicts in TheoryArithPrivate...
2020-10-14 Alex Ozdemir(proof-new) Prove lemmas in Constraint (#5254)
2020-10-09 Alex Ozdemiruse right arith explanation fn to fix regressions ...
2020-10-09 Alex Ozdemir(proof-new) proofs for arith-constraint explanations...
2020-10-07 Alex Ozdemir(proof-new) proofs in ee -> arith pipeline (#5215)
2020-10-06 Andrew Reynolds(proof-new) Add interface for trusted substitution...
2020-10-03 Andrew ReynoldsStandardization of Theory (#5181)
2020-10-02 Andrew ReynoldsDecouple modules from TheoryArithPrivate (#5184)
2020-10-02 Alex Ozdemir(proof-new) New proofs in arith::Constraint::externalEx...
2020-10-01 Andrew ReynoldsUpdate theory of arithmetic to standard check (#5178)
2020-09-29 Alex Ozdemir(proof-new) Add proof managers and eager gens to arith...
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-16 Andrew ReynoldsRefactor collectModelInfo in TheoryArith (#5027)
2020-09-03 Andrew ReynoldsMake ExtTheory independent of Theory (#5010)
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-09-01 FabianWolffFix spelling errors (#4977)
2020-08-31 Andrew ReynoldsSimplify interface for computing relevant terms. (...
2020-08-17 Andrew ReynoldsDynamic allocation of equality engine in Theory (#4890)
2020-07-27 Andrew Reynolds(proof-new) Arithmetic operator elim proof producing...
2020-07-27 Alex OzdemirConsider negation's proof before triggering arith pfs...
2020-07-16 Andrew ReynoldsMake ExtTheory a utility and not a member of Theory...
2020-06-25 Andrew ReynoldsUpdate option --nl-ext to enable/disable incremental...
2020-06-19 Andrew Reynolds(proof-new) Split operator elimination from arithmetic...
2020-06-16 Aina NiemetzUpdate copyright headers.
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-08 Andres NoetzliPerform theory widening eagerly (#4044)
2020-03-26 AmaleeAdded unit-cube-like test for branch and bound (#3922)
2020-03-16 Alex Ozdemirclang-format
2020-03-16 Alex OzdemirFix simplicity check in prop
2020-03-16 Alex OzdemirOnly save farkas+tightening proofs. Error on holes
2020-03-09 Andrew ReynoldsFix type issue in arith rewrite equality (#3972)
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-17 Andrew Reynolds Fix soundness bug in reduction of integer div/mod...
2020-02-04 Alex OzdemirArticulate proof-related debug statements in arith...
2020-02-03 Andrew ReynoldsSplit on model values when repaired model from non...
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-12-05 Andrew ReynoldsMake nonlinear solver intercept model assignments from...
2019-11-19 Andres NoetzliFix reduction of `sqrt` (#3478)
2019-11-18 Andres NoetzliUse -Wimplicit-fallthrough (#3464)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-01-03 Alex Ozdemir[LRA proof] Recording & Printing LRA Proofs (#2758)
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-06 Andrew ReynoldsSplit ext theory to own file and document (#1809)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-04-03 Andrew ReynoldsUse choice when expanding definitions for inverse trans...
2018-02-27 Andrew ReynoldsOption to not use partial function semantics for arithm...
2018-02-20 Andrew ReynoldsMinor fixes and additions for transcendental functions...
2018-02-14 Andrew ReynoldsQuantifiers subdirectories (#1608)
2018-02-07 Andrew ReynoldsAdd remaining transcendental functions (#1551)
2018-01-23 Tim KingCommenting out throw specifiers for DeltaRationExceptio...
2018-01-10 Tim KingCleaning up throw specifiers on Exception and subclasse...
2018-01-08 Tim KingRemoves RationalFromDoubleException. Replaces this...
2018-01-03 Andrew ReynoldsGlobal negate (#1466)
2017-12-08 Andrew ReynoldsMake collect model info return a Bool (#1421)
2017-11-17 Aina NiemetzAdd random number generator. (#1370)
2017-08-31 Andres NoetzliUse thread_local instead of compiler extensions (#210)
2017-07-21 Tim KingMerge branch 'master' into cleanup-regexp
2017-07-21 Tim KingMoving from the gnu extensions for hash maps to the...
2017-07-10 ajreynolMerge ntExt branch. Adds support for transcendental...
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-05-31 ajreynolMinor fix to last commit.
2017-05-31 ajreynolChange to-int, div, int-div skolems from CDAttribute...
2017-05-28 Clark BarrettMerge pull request #164 from CVC4/fix_comp
2017-05-26 Tim KingChecking that equalities belong to the arithmetic theor...
2017-05-17 Clark BarrettMerge pull request #155 from makaimann/conditional_coverage
2017-05-16 Clark BarrettMerge pull request #161 from 4tXJ7f/fix_parser
2017-05-16 Andrew ReynoldsMerge pull request #156 from 4tXJ7f/fix_safe_print
2017-05-15 ajreynolCleanup handling of division (possible fix for bugs...
2017-04-28 ajreynolFix bug for real division.
2017-04-24 Andrew ReynoldsMerge pull request #152 from timothy-king/delta-rationa...
2017-04-22 Tim KingUpdating TheoryArithPrivate::getDeltaValue() to eagerly...
2017-04-07 ajreynolChange option names for nl.
2017-04-06 Clark BarrettMerge pull request #143 from FabianWolff/master
2017-04-05 ajreynolFix bug 698.
2017-04-04 ajreynolSimplify Theory::collectModelInfo interface to not...
2017-04-04 Clark BarrettMerge pull request #141 from 4tXJ7f/remove_def
2017-04-03 Andrew ReynoldsMerge pull request #142 from timothy-king/nlAlgMerge
2017-04-03 Tim KingAdding a model based axiom instantiation scheme for...
2016-10-11 Paul MengMerge branch 'origin' of https://github.com/CVC4/CVC4.git
2016-10-01 Tim KingMerge pull request #93 from timothy-king/clang-format
2016-09-25 Tim KingFixing a potential use after free coming from a pop_bac...
next