[unconstrained] Fix gathering of visited-once vars (#4652)
[cvc5.git] / src / preprocessing /
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)
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-30 Haniel BarbosaCode to activate hoelim preprocessing pass (#3129)
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-31 Andres NoetzliRecord assumption info in AssertionPipeline (#2678)
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 Noetzli Fix dumping pre/post preprocessing passes (#2469)
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-21 Mathias PreinerMove d_realAssertionsEnd from SmtEnginePrivate to Asser...
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...
next