Skip to content

Commit

Permalink
Disable datatype acyclicity rule (proof reconstruction not yet implem…
Browse files Browse the repository at this point in the history
…ented)
  • Loading branch information
JOSHCLUNE committed Jul 4, 2024
1 parent d198aba commit d53f474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Duper/Saturate.lean
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def forwardSimpRules : ProverM (Array SimpRule) := do
identBoolFalseElim.toSimpRule,
datatypeDistinctness.toSimpRule, -- Inductive datatype rule
datatypeInjectivity.toSimpRule, -- Inductive datatype rule
datatypeAcyclicity.toSimpRule, -- Inductive datatype rule
-- datatypeAcyclicity.toSimpRule, -- Inductive datatype rule
decElim.toSimpRule,
(forwardDemodulation (← getDemodSidePremiseIdx)).toSimpRule,
(forwardClauseSubsumption subsumptionTrie).toSimpRule,
Expand All @@ -97,7 +97,7 @@ def forwardSimpRules : ProverM (Array SimpRule) := do
identBoolFalseElim.toSimpRule,
datatypeDistinctness.toSimpRule, -- Inductive datatype rule
datatypeInjectivity.toSimpRule, -- Inductive datatype rule
datatypeAcyclicity.toSimpRule, -- Inductive datatype rule
-- datatypeAcyclicity.toSimpRule, -- Inductive datatype rule
(forwardDemodulation (← getDemodSidePremiseIdx)).toSimpRule,
(forwardClauseSubsumption subsumptionTrie).toSimpRule,
(forwardEqualitySubsumption subsumptionTrie).toSimpRule,
Expand Down

0 comments on commit d53f474

Please sign in to comment.