Fix getModelValue for arithmetic (#8316)
[cvc5.git] / src / theory / arith /
2022-03-16 Andrew ReynoldsFix getModelValue for arithmetic (#8316)
2022-03-15 Andrew ReynoldsFix issues involving multiple sources of model substitu...
2022-03-11 Andrew ReynoldsFix reduction for arc trig functions (#8289)
2022-03-09 Gereon KremerClear obsolete pending lemmas in arithmetic (#8236)
2022-03-04 Gereon KremerRemove spurious assertion in linear solver (#8231)
2022-03-04 Gereon KremerGuard recursion into terms during substitution in arith...
2022-03-03 Andrew ReynoldsThrow logic exception if a transcendental function...
2022-03-03 Gereon KremerFix rewriting of mixed-integer atoms (#8214)
2022-03-02 Andrew ReynoldsFix issue with dropping non-reduced sine terms (#8211)
2022-03-02 Gereon KremerMove libpoly <-> CoCoA conversion to new utility (...
2022-03-02 Gereon KremerRefactor rewriting of arithmetic division (#8195)
2022-03-02 Gereon KremerPrune spurious roots in lazard evaluation of coverings...
2022-03-01 Andrew ReynoldsFix issue involving dropped purification lemmas for...
2022-03-01 Gereon KremerRename cad to coverings (#8187)
2022-02-28 Gereon KremerRefactor rewriting of arithmetic atoms (#8175)
2022-02-28 Andrew ReynoldsFix special casing for PI in model value (#8189)
2022-02-28 Andrew ReynoldsPreserve model values for exact sine points (#8188)
2022-02-28 Andrew ReynoldsAdd two reduction schemas for sin terms (#8171)
2022-02-28 Gereon KremerRefactor rewriting of arithmetic leafs (#8177)
2022-02-28 Gereon KremerRefactor rewriting of arithmetic addition (#8180)
2022-02-25 Gereon KremerAdd utilities to rewrite atoms for the arithmetic rewri...
2022-02-25 Gereon KremerRefactor rewriting of arithmetic negation and subtracti...
2022-02-25 Gereon KremerSlightly refactor arithmetic rewriting for extended...
2022-02-25 Andrew ReynoldsSimplify and fix how purified terms are managed in...
2022-02-25 Andrew ReynoldsFix dropped bounds on PI (#8164)
2022-02-25 Andrew ReynoldsRemove approximations infrastructure from model (#8166)
2022-02-24 Andrew ReynoldsEnsure variables are constrained in model when equal...
2022-02-24 Andrew ReynoldsMake sine solver sound with respect to region boundarie...
2022-02-24 Gereon KremerGet rid of some static objects in arithmetic theory...
2022-02-24 Andrew ReynoldsMake uninterpreted sort owner non-static (#8144)
2022-02-23 Gereon KremerFix icp candidate parsing (#8137)
2022-02-23 Gereon KremerFix pruning of covering intervals in proofs (#8084)
2022-02-23 Gereon KremerRefactor multiplication in arithmetic rewriter (#7965)
2022-02-22 Andrew ReynoldsChange inference scheme in transcendentals to rewrite...
2022-02-22 Andrew ReynoldsRelax what is generated in the model from NL (#8113)
2022-02-17 Andrew ReynoldsIntroduce skolem function to make transcendental functi...
2022-02-17 Andrew ReynoldsMissing ids for arith conflicts (#8108)
2022-02-08 Gereon KremerAdd addition utilities for the arithmetic rewriter...
2022-02-08 Andrew ReynoldsSimplify formalism of introduced arithmetic skolems...
2022-02-07 Andrew ReynoldsFix unsoundness in IAND solver (#8053)
2022-02-07 Gereon KremerImprove combination of NRA and transcendentals (#8075)
2022-02-05 Andrew ReynoldsFix another rewrite involving iand (#8054)
2022-02-03 Gereon KremerImprove theory combination over real algebraic models...
2022-02-03 Gereon KremerAdd node utils for the arithmetic rewriter (#8012)
2022-02-03 Aina NiemetzRename kind PLUS -> ADD. (#8036)
2022-02-02 Andrew ReynoldsFix rewrite for eliminating constant factors of PI...
2022-02-02 Aina NiemetzRename kinds MINUS -> SUB and UMINUS -> NEG. (#8035)
2022-02-02 Andrew ReynoldsFix invalid rewrite involving iand (#8026)
2022-02-02 Gereon KremerAdd additional check to avoid cyclic substitution ...
2022-02-01 Gereon KremerAdd new ordering utility (#8008)
2022-02-01 Gereon KremerConsider RANs in variable ordering (#7964)
2022-01-31 Gereon KremerAdd utilities for flattening nodes (#7961)
2022-01-24 Gereon KremerUse proper RAN nodes for nl model (#7939)
2022-01-24 Gereon KremerRefactor how arith rewriting checks for mult-by-zero...
2022-01-20 Gereon KremerRefactor abs rewriting (#7935)
2022-01-19 Gereon KremerFix a subtle issue with double negations in coverings...
2022-01-19 Gereon KremerMake tracing for arithmetic rewriter more consistent...
2022-01-14 Gereon Kremerrefactor div rewriter, add support for ran (#7941)
2022-01-14 Gereon KremerRefactor arithmetic pre-rewriter for multiplication...
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 Gereon KremerRefactor post rewriter for addition (#7931)
2022-01-12 Gereon KremerRefactor atom rewriting to be RAN-aware (#7928)
2022-01-12 Gereon KremerRefactor rewriteMinus (#7932)
2022-01-12 Gereon KremerAdd mkRealAlgebraicNumber (#7923)
2022-01-12 Andrew ReynoldsAlways use partial function for sqrt (#7926)
2022-01-11 Gereon KremerAdds a kind to hold RealAlgebraicNumber constants ...
2022-01-06 Gereon KremerImprove theory combination in the presence of real...
2022-01-04 Andrew ReynoldsRemove unused shutdown infrastructure (#7872)
2021-12-22 Andrew ReynoldsRemove most uses of mkRationalNode (#7854)
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-20 Andrew ReynoldsEliminating some uses of const rational in arithmetic...
2021-12-17 Andrew ReynoldsEliminate more uses of CONST_RATIONAL (#7816)
2021-12-16 Andres NoetzliExplicitly disallow `mkConst(Rational)` (#7818)
2021-12-14 Gereon KremerFix issues with tracing builds (#7809)
2021-12-14 Andrew ReynoldsEliminate use of rewrite, CONST_RATIONAL in ArithMSum...
2021-12-13 Andrew ReynoldsDistinguishing more uses of CONST_RATIONAL (#7802)
2021-12-13 Andrew ReynoldsInitial cut at distinguishing uses of CONST_RATIONAL...
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-10 Ying ShengArray-inspired Sequence Solver - Adding the ArrayCoreSo...
2021-12-10 Gereon KremerEliminate more static rewrites (#7786)
2021-12-09 Gereon KremerFix sine symmetry proof (#7783)
2021-12-08 Gereon KremerRemove rewrites from iand and pow2 solvers (#7775)
2021-12-08 Gereon KremerEliminate rewriter from transcendental solver (#7772)
2021-11-30 Andrew ReynoldsAdd rewrite for is_int pi (#7711)
2021-11-29 Gereon KremerFix minor issues (#7704)
2021-11-24 Andres NoetzliMinor fixes (#7691)
2021-11-18 Gereon KremerRefactor CAD option for linear model seed (#7657)
2021-11-17 Andrew ReynoldsPreparations for eliminating arithmetic subtyping ...
2021-11-17 Gereon KremerImplement aggressive pruning in CAD solver (#7650)
2021-11-12 Andres NoetzliRemove `ConstantMap<Rational>` (#7635)
2021-11-09 Gereon KremerMake secant points user context dependent (#7567)
2021-11-05 Andrew ReynoldsRemove many static calls to rewrite (#7580)
2021-11-05 Gereon KremerRemove quadratic solving in NlModel (#7542)
2021-11-05 Gereon KremerEliminate `Warning` macro in favor of `EnvObj::warning...
2021-11-05 Gereon KremerRemove a bunch of debugging/logging code from the linea...
next