Add bag inferences for operators: intersection, duplicate_removal, and empty bags...
[cvc5.git] / src / preprocessing /
2021-01-28 Andrew ReynoldsAlways theory-preprocess lemmas (#5817)
2021-01-27 Andrew ReynoldsSplit pattern term selector from trigger (#5811)
2021-01-15 Andrew ReynoldsImplement --no-strings-lazy-pp as a preprocessing pass...
2021-01-14 Andrew ReynoldsUpdates to theory preprocess equality (#5776)
2021-01-13 Andrew ReynoldsDo not call ppRewrite on Boolean equalities (#5762)
2021-01-11 Andrew ReynoldsFurther simplifications in preparation for removing...
2021-01-09 yoni206Strings arith checks preprocessing pass: step 2 (#5750)
2021-01-08 yoni206bv-to-int: avoid binarizing nodes twice (#5749)
2021-01-06 yoni206strings arith checks preprocessing pass: step 1 (#5747)
2020-12-24 Haniel Barbosa[proof-new] Only use old proofs for unsat cores if...
2020-12-22 Andrew ReynoldsMake theory preprocess rewrite equalities a preprocessi...
2020-12-21 Andrew ReynoldsMove ownership of theory preprocessor to TheoryProxy...
2020-12-16 Andrew ReynoldsSimplify preprocessing (#5647)
2020-12-16 Andrew ReynoldsMove ownership of term formula removal to theory prepro...
2020-12-15 Andrew ReynoldsConsolidate basic sygus utilities regarding sygus conje...
2020-12-09 Aina Niemetzite_utilities: Fix infinite loop in compressTerm. ...
2020-12-08 yoni206bv-to-int: Expand definitions of bvudiv and bvurem...
2020-12-07 makaimannAdd bitwise refinement mode for IAND (#5328)
2020-12-04 Alex OzdemirUse NodeDfsIterable for makeBinary (#5595)
2020-12-03 Aina NiemetzUpdate copyright headers.
2020-12-02 Aina NiemetzRename macro Message to CVC4Message. (#5576)
2020-11-18 Andrew ReynoldsMinor cleanup of SmtEngine (#5450)
2020-11-14 Andrew Reynolds(proof-new) Proofs for non-clausal simplification ...
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-20 Andrew Reynolds(proof-new) Update add lazy step interface in LazyCDPro...
2020-10-19 Andrew Reynolds(proof-new) Updates to assertions pipeline and preproce...
2020-10-19 Andrew Reynolds(proof-new) Update preprocessing pass context for proof...
2020-10-16 yoni206bv2int: caching introduced terms (#5283)
2020-10-14 yoni206bv2int: rewritings and unsat cores (#5263)
2020-10-13 yoni206bv2int: improving bvand tables (#5235)
2020-10-12 Andrew ReynoldsEliminate uses of Expr in SmtEngine interface (#5240)
2020-10-10 yoni206bv2int: bvand translation code move (#5227)
2020-10-09 Andres Noetzlireset-assertions: Remove all non-global symbols in...
2020-10-06 Andrew Reynolds(proof-new) Add interface for trusted substitution...
2020-10-01 Andrew Reynolds(proof-new) Preprocessing passes use proper interfaces...
2020-09-29 Andrew Reynolds(proof-new) Fixes for preprocess proof generator and...
2020-09-24 Andrew Reynolds Function definition fmf preprocessing pass (#5064)
2020-09-23 yoni206bv2int: new options for bvand translation (#5096)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-18 yoni206bv2int: quantifiers support (#5080)
2020-09-16 Abdalrhman MohamedDump commands in internal code using command printing...
2020-09-16 yoni206bv2int: support models in tests (#5068)
2020-09-14 yoni206bv2int: simpler translation for plus and times (#5055)
2020-09-14 Andres NoetzliFix type for Windows build (#5062)
2020-09-12 Andrew Reynolds(proof-new) Add SMT proof manager (#5054)
2020-09-10 yoni206bv2int: refactoring the main translation loop (#5051)
2020-09-10 yoni206bv2int: improvement in lazy failures (#5020)
2020-09-03 yoni206Changing the handled operators in bv2int preprocessing...
2020-09-03 Andrew Reynolds(proof-new) Support proofs of quantifier instantiation...
2020-09-01 Haniel BarbosaRemoves old proof code (#4964)
2020-08-31 Gereon KremerFix --ackermann in the presence on syntactically differ...
2020-08-28 yoni206Incremental support for bv_to_int (#4967)
2020-08-26 Andrew ReynoldsReplace Expr-level datatype with Node-level DType ...
2020-08-18 Andrew ReynoldsSplit SygusSolver from SmtEngine (#4891)
2020-08-06 Andrew ReynoldsUpdates not related to creation for eliminating Expr...
2020-08-03 Andrew ReynoldsSplit dump manager from SmtEngine (#4824)
2020-07-27 Andrew Reynolds(proof-new) Proof production for term formula removal...
2020-07-18 Andrew Reynolds(proof-new) Proof recording for assertions pipeline...
2020-07-15 Andres NoetzliUse Nodes for SmtEngine assertions (#4752)
2020-07-14 Andrew ReynoldsRemove sygus print callback (#4727)
2020-07-14 Andrew ReynoldsMinor refactoring of subsolver initialization (#4731)
2020-07-11 yoni206Changing bv_to_int options (#4721)
2020-07-07 Andrew ReynoldsTransfer ownership of internal Options from NodeManager...
2020-06-24 Andres Noetzli[unconstrained] Fix gathering of visited-once vars...
2020-06-20 Alex OzdemirUse traversal iterators in IntToBv (#4169)
2020-06-19 yoni206Bv to int elimination bugfix (#4435)
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-06-03 Andrew ReynoldsDo not apply unconstrained simplification when quantifi...
2020-05-21 Andrew ReynoldsFix missing check for cardinality one in unconstrained...
2020-05-05 Andrew ReynoldsAlways introduce fresh variable for unconstrained APPLY...
2020-04-21 Andrew ReynoldsMake option names related to CEGQI consistent (#4316)
2020-04-10 Andrew ReynoldsTowards proper use of resource managers (#4233)
2020-04-02 Andres NoetzliInitialize theory rewriters in theories (#4197)
2020-03-27 Andrew ReynoldsSupport unicode internal representation and escape...
2020-03-25 Ahmed Irfanbv2int : linear mult opt (#4142)
2020-03-24 yoni206Int2BV fail on demand (#4079)
2020-03-20 Andrew ReynoldsFix variable shadowing issue in sygus-inference (#4121)
2020-03-19 yoni206Bv2int fail on demand
2020-03-18 Alex OzdemirMove node visitor class from smt_util/ to expr/ (#4110)
2020-03-17 Aina NiemetzSmtEngine: Convert members owned by SmtEngine to unique...
2020-03-12 Andrew ReynoldsDo not allow quantifiers over real variables in real...
2020-03-11 Andrew ReynoldsRemove experimental symmetry breaker (#4005)
2020-03-11 Aina Niemetzbv-gauss-elim: Fix handling of inconsistent case. ...
2020-03-11 Andrew ReynoldsFix real to int for parameterized kinds (#4016)
2020-03-10 Aina NiemetzFix issue with reset-assertions. (#3988)
2020-03-10 Andrew Reynolds Fix real as int for incremental (#3979)
2020-03-10 Andrew ReynoldsDo not traverse quantifiers in nl ext purify (#3982)
2020-03-10 Alex OzdemirDocument bv-to-bool recursion (#3848)
2020-03-10 makaimannEnhancement: make the bool-to-bv pass more robust and...
2020-03-06 Andres NoetzliRemove --apply-to-const preprocessing pass (#3919)
2020-03-05 Aina NiemetzMove ownership of DecisionEngine into PropEngine. ...
2020-03-05 Aina NiemetzRevert "Move ownership of DecisionEngine into PropEngin...
2020-03-05 Andrew ReynoldsMove ownership of DecisionEngine into PropEngine. ...
2020-03-05 Andrew ReynoldsFix issues with real to int (#3918)
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-27 Andrew ReynoldsInitial work towards -Wshadow (#3817)
2020-02-25 yoni206bv_to_int preprocessing pass
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
next