Set incomplete if not applying ho extensionality (#6281)
[cvc5.git] / src / preprocessing / passes /
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 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)
2019-12-16 Ying ShengSupport ackermannization on uninterpreted sorts in...
2019-12-13 Andrew ReynoldsEliminate Expr-level calls in TypeNode (#3562)
2019-12-02 makaimannOpTerm Refactor: Allow retrieving OpTerm used to create...
2019-12-02 Andrew ReynoldsFix case of higher-order + sygus inference (#3509)
2019-11-27 Andrew ReynoldsFix sygus inference for choice functions introduced...
2019-11-18 Andres NoetzliUse -Wimplicit-fallthrough (#3464)
2019-11-18 Andrew ReynoldsUse standard sygus interface for abduction and rewrite...
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-10-08 Andrew ReynoldsLimit cases of sygus inference based on type (#3370)
2019-10-08 Ying ShengMake ackermannization generally applicable rather than...
2019-09-27 Andres NoetzliMake substitution index context-independent (#2474)
2019-08-20 Andrew ReynoldsFixes for sygus inference on quantifier free problems...
2019-08-02 Mathias PreinerFix BVGauss unit tests. (#3142)
2019-08-01 Andrew ReynoldsMove some generic utilities out of quantifiers (#3139)
2019-07-29 Andrew ReynoldsSupport get-abduct smt2 command (#3122)
2019-07-26 Andrew ReynoldsInput user grammar in sygus abduct (#3119)
2019-07-01 Andrew ReynoldsAdd higher-order elimination preprocessing pass (#2865)
2019-04-25 Aina NiemetzFix compiler warning. (#2975)
2019-04-24 Mathias PreinerDo not use __ prefix for header guards. (#2974)
2019-04-17 Andrew ReynoldsMore use of isClosure (#2959)
2019-04-03 Aina NiemetzUpdate copyright headers.
2019-03-26 Aina NiemetzUpdate copyright headers.
2019-03-20 Andrew ReynoldsSygus abduction feature (#2744)
2018-12-10 makaimannBoolToBV modes (off, ite, all) (#2530)
2018-10-12 Andrew ReynoldsImprovements to rewrite rules from inputs (#2625)
2018-10-11 Andrew ReynoldsSynthesize rewrite rules from inputs (#2608)
2018-10-02 Andres NoetzliMake registration of preprocessing passes explicit...
2018-10-01 Andres NoetzliRefactor preprocessing pass registration (#2468)
2018-09-18 Andrew ReynoldsImprovements and fixes for symmetry detection and break...
2018-09-15 Andres NoetzliRefactor how assertions are added to decision engine...
2018-09-11 yoni206Avoid calling size() every iteration (#2450)
2018-09-11 Andrew ReynoldsFix global negate (#2449)
2018-09-11 Aina NiemetzRefactor non-clausal simplify preprocessing pass. ...
2018-08-30 Mathias PreinerRefactor theory preprocess into preprocessing pass...
2018-08-29 Mathias PreinerRefactor MipLibTrick preprocessing pass. (#2359)
2018-08-26 Andres NoetzliRefactor unconstrained simplification pass (#2374)
2018-08-25 yoni206Refactor quantifier macros preprocessing pass (#1840)
2018-08-25 Haniel BarbosaRefactor nlExtPurify preprocessing pass (#1963)
2018-08-23 Aina NiemetzRefactor ITE simplification preprocessing pass. (#2360)
2018-08-23 yoni206global-negate preprocessing pass (#2317)
2018-08-22 yoni206Generating less consistency lemmas in bv-ackermann...
2018-08-20 Andrew Reynolds Make sygus inference a preprocessing pass (#2334)
2018-08-17 Mathias PreinerRefactor eager atoms preprocessing pass. (#2318)
2018-08-17 Caleb DonovickMake quantifiers-preprocess preprocessing pass (#2322)
2018-08-17 Andres NoetzliRefactor IteRemoval preprocessing pass (#1793)
2018-08-16 Haniel BarbosaRefactor extended rewriter preprocessing pass (#2324)
2018-08-16 Haniel BarbosaRefactor apply2const (#2316)
2018-08-15 Andrew ReynoldsMake sort inference a preprocessing pass (#2309)
2018-08-01 Mathias PreinerFix bool-to-bv preprocessing pass for non-{bv,bool...
2018-07-23 Andrew ReynoldsGeneralize symmetry detection for 1 symmetry variable...
2018-07-17 yoni206Refactor sep-pre-skolem-emp preprocessing pass
2018-07-11 Caleb DonovickMove rewrite to pass (#2128)
2018-07-02 Aina NiemetzRefactor ApplySubsts preprocessing pass. (#2120)
2018-06-27 Andrew ReynoldsSynthesize candidate-rewrites from standard inputs...
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-05-21 makaimannHandle IMPLIES in bool-to-bv and test it in regress0...
2018-05-16 yoni206Refactor static learning preprocessing pass (#1857)
2018-05-11 Aina NiemetzFix ackermannize preprocessing pass. (#1904)
2018-05-10 Aina NiemetzRefactored BVAckermann preprocessing pass. (#1889)
2018-05-09 yoni206Reorder class members in bv-to-bool and bool-to-bv...
2018-05-09 Andrew ReynoldsMake symmetry-breaker-exp into a preprocessing pass...
2018-05-09 PaulMengAdd the symmetry breaker module (#1847)
2018-05-08 Mathias PreinerRefactor bv-abstraction preprocessing pass. (#1860)
2018-05-04 Mathias PreinerRefactor bv-intro-pow2 preprocessing pass. (#1851)
2018-04-30 Haniel BarbosaRefactor real2int (#1813)
2018-04-30 Andres NoetzliRemove dead code in bv-to-bool preprocessing pass ...
2018-04-25 yoni206Refactor bv-to-bool and bool-to-bv preprocessing passes...
2018-04-20 PaulMengSymmetry detection module (#1749)
2018-04-19 Andres NoetzliRefactor pbRewrites preprocessing pass (#1767)
2018-04-11 Aina NiemetzRefactored BVGauss preprocessing pass. (#1766)
2018-04-04 Andres NoetzliRefactor IntToBV preprocessing pass (#1716)