FloatingPoint: Separate out symFPU glue code. (#5492)
[cvc5.git] / src / theory /
2020-11-20 Aina NiemetzFloatingPoint: Separate out symFPU glue code. (#5492)
2020-11-20 Aina NiemetzFix #5493. (#5495)
2020-11-20 Andrew ReynoldsSupport nested quantifier elimination for get-qe comman...
2020-11-20 Aina NiemetzFix compiler warnings. (#5493)
2020-11-20 Gereon Kremer(proof-new) Replace LazyCDProofSet by generic CDProofSe...
2020-11-20 Gereon KremerAllow to pass ProofGenerator to arithmetic inference...
2020-11-19 Andrew ReynoldsEnable new implementation of CEGQI based on nested...
2020-11-19 Aina NiemetzInclude stddef.h (needed for size_t) in cvc4_public...
2020-11-19 Andrew ReynoldsAdd nested quantifier elimination module (#5422)
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-18 Aina NiemetzFloatingPoint: Clean up and document header, format...
2020-11-17 Gereon KremerFix tangent plane lemmas (#5455)
2020-11-16 Gereon KremerRefactor tangent plane lemmas (#5449)
2020-11-16 Gereon KremerImprove accuracy of resource limitation (#4763)
2020-11-14 Andrew ReynoldsFix double conflict in extended string solver (#5435)
2020-11-13 Andrew Reynolds(proof-new) Enable proofs for datatypes (#5436)
2020-11-13 Andrew ReynoldsMake regular expression difference left associative...
2020-11-12 Andrew ReynoldsSimplify sygus solver and sygus stream (#5389)
2020-11-12 Andrew Reynolds(proof-new) Separate explanation stages in proof equali...
2020-11-12 Andrew ReynoldsFix redundant refinement lemma in sygus solver (#5399)
2020-11-12 Andrew Reynolds(proof-new) Proofs for skolemization (#5339)
2020-11-12 Andrew Reynolds(proof-new) Fix true explanations of propagations in...
2020-11-12 Andrew Reynolds(proof-new) Add datatypes inference to proof constructo...
2020-11-11 Andrew ReynoldsRewrite witness terms at prerewrite (#5419)
2020-11-11 Andrew ReynoldsFix preregistration in TheorySep before declare-heap...
2020-11-10 Andrew ReynoldsDo not mark extended functions as reduced based on...
2020-11-10 Andrew ReynoldsMake mkGroundTerm deterministic (#5347)
2020-11-10 Andrew ReynoldsAdd proper support for the declare-heap command for...
2020-11-09 Andrew ReynoldsDo not regress explanations of datatype lemmas (#5376)
2020-11-06 mudathirmahgoubFix issue #5342 (#5349)
2020-11-06 Andrew Reynolds(proof-new) Miscellaneous changes to strings for proofs...
2020-11-06 Andrew ReynoldsSplit sygus template inference to its own file (#5388)
2020-11-05 mudathirmahgoubRemove mkSingleton from the API (#5366)
2020-11-04 Andres NoetzliAdd constants from equality engine evaluation to model...
2020-11-03 Andrew ReynoldsReset built model flag at presolve in nonlinear (#5386)
2020-11-03 Andrew ReynoldsMove sygus qe preproc to its own file (#5375)
2020-11-02 Andrew ReynoldsUpdate strings proxy variable map to be context indepen...
2020-10-30 Gereon KremerUse BoundInference in nonlinear extension (#5359)
2020-10-30 Andrew ReynoldsUpdate api::Sort to use TypeNode instead of Type (...
2020-10-29 Andrew ReynoldsSet strings pending conflict flag (#5364)
2020-10-29 mudathirmahgoubAdd mkInteger to the API (#5274)
2020-10-29 Andrew Reynolds(proof-new) Update the strings inference manager for...
2020-10-28 Andrew ReynoldsRemove more uses of Expr (#5357)
2020-10-28 Andrew ReynoldsFixes for unconstrained variables in nonlinear model...
2020-10-28 Gereon KremerSplit NlSolver in multiple subsolvers (#5315)
2020-10-28 Andrew ReynoldsAdd rewrites for div/mod in the arithmetic rewriter...
2020-10-27 Abdalrhman MohamedRefactor DeclareSygusVarCommand and SynthFunCommand...
2020-10-27 Gereon KremerEnable --nl-cad by default (#5345)
2020-10-27 mudathirmahgoubAdd DUPICATE_REMOVAL operator to bags (#5336)
2020-10-26 Andrew Reynolds(proof-new) Add datatypes proof checker (#5340)
2020-10-26 Andrew ReynoldsSend external equalities from collapse selector as...
2020-10-24 mudathirmahgoubFix issue 5271 (#5335)
2020-10-24 Haniel Barbosa[proof-new] Fix n-ary kind handling in EqEngine explana...
2020-10-23 Andrew ReynoldsApply alpha equivalence to annotated quantified formula...
2020-10-23 Andrew ReynoldsChange datatypes lemma policy for equalities not coming...
2020-10-23 Andrew ReynoldsFix related to preregistering boolean term variables...
2020-10-22 Andrew ReynoldsRemove unused equality engine types (#5319)
2020-10-22 mudathirmahgoubFix issue 5309 (#5327)
2020-10-22 Andrew Reynolds(proof-new) Make theory preprocessor user-context depen...
2020-10-21 Gereon Kremer(proof-new) Make circuit propagator proof producing...
2020-10-21 mudathirmahgoubImplement bags evaluator (#5322)
2020-10-21 Alex Ozdemir(proof-new) arith: dedup literals in flattenImpl (...
2020-10-21 mudathirmahgoubAdd operator MakeBagOp for constructing bags (#5209)
2020-10-21 Abdalrhman MohamedAdd finishInit for getInterpol and getAbduct. (#5316)
2020-10-21 Andrew Reynolds(proof-new) Fixes for proofs in rewriter (#5307)
2020-10-20 Aina NiemetzFix compiler warnings. (#5305)
2020-10-20 Gereon Kremer(proof-new) Add proofs for circuit propagator (#5301)
2020-10-20 Andrew Reynolds(proof-new) Update add lazy step interface in LazyCDPro...
2020-10-20 Andrew ReynoldsFix miscellaneous warnings (#5256)
2020-10-20 Andrew ReynoldsMake seq.nth a trigger kind (#5314)
2020-10-20 Gereon KremerHandle rewrite to bool in BoundInference (#5311)
2020-10-20 yoni206Expand `seq.nth` lazily (#5287)
2020-10-19 Haniel Barbosa[proof-new] Fixing resolution proof checker (#5262)
2020-10-19 Andrew ReynoldsSafer version of pending lemma processing in inference...
2020-10-18 Andrew Reynolds (proof-new) Witness axiom reconstruction for purificat...
2020-10-18 Andrew Reynolds(proof-new) Implementation of trust substitution (...
2020-10-18 Andrew Reynolds(proof-new) More features for SMT proof post-processor...
2020-10-18 Andrew Reynolds(proof-new) Improvements for theory engine (#5292)
2020-10-16 Andrew ReynoldsRefactor SMT-level model object (#5277)
2020-10-16 Andrew ReynoldsCatch more cases of nested recursion in datatypes ...
2020-10-16 Andrew ReynoldsAdd inference enumeration to datatypes (#5275)
2020-10-15 Alex Ozdemir(proof-new) TheoryArithPrivate: farkas lemma proof...
2020-10-14 mudathirmahgoubFix issue #5269 (#5270)
2020-10-14 yoni206bv2int: implementing the iand-sum mode (#5265)
2020-10-14 Alex Ozdemir(proof-new) debug statements & docs for INT_TRUST ...
2020-10-14 Alex Ozdemir(proof-new) pfs in TheoryArith(Private) explainations...
2020-10-14 Andrew ReynoldsGuard uses of printing approximations for constants...
2020-10-14 Alex Ozdemir(proof-new) pfs for conflicts in TheoryArithPrivate...
2020-10-14 Haniel Barbosausing NOT_NOT_ELIM rather than macros to do double...
2020-10-14 Alex Ozdemir(proof-new) Prove lemmas in Constraint (#5254)
2020-10-14 Andrew Reynolds(proof-new) Simplifications for proof rule checker...
2020-10-14 Andrew Reynolds (proof-new) Miscellaneous minor improvements and fixes...
2020-10-13 Andrew Reynolds(proof-new) New rules for Booleans (#5243)
2020-10-13 yoni206bv2int: improving bvand tables (#5235)
2020-10-12 Andrew ReynoldsRemove uf-ss-totality option (#5251)
2020-10-12 Andrew ReynoldsEliminate uses of Expr in SmtEngine interface (#5240)
2020-10-11 Mathias PreinerSyGuS instantiation modes (#5228)
2020-10-11 Gereon KremerAdd conversion of poly polynomial to cvc node. (#5218)
2020-10-10 yoni206bv2int: bvand translation code move (#5227)
next