Skip to content

Commit

Permalink
added the import
Browse files Browse the repository at this point in the history
  • Loading branch information
mhk119 committed Aug 28, 2023
1 parent 8035a9e commit 23f2ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Smt/Reconstruction/Rewrites/Tactic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ example : (x1 ∨ x2 ∨ x3 ∨ b ∨ y1 ∨ y2 ∨ b ∨ z1 ∨ z2 ∨ False) =
example : (x1 ∧ x2 ∧ x3 ∧ b ∧ y1 ∧ y2 ∧ b ∧ z1 ∧ z2 ∧ True) = (x1 ∧ x2 ∧ x3 ∧ b ∧ y1 ∧ y2 ∧ z1 ∧ z2 ∧ True) := by
smt_rw and bool_and_dup [[x1, x2, x3], [y1, y2], [z1, z2]]

example : (x1 ∨ x2 ∨ x3 ∨ (b ∨ y1 ∨ False) ∨ z1 ∨ False) = (x1 ∨ x2 ∨ x3 ∨ b ∨ y1 ∨ z1 ∨ False) := by
example : (x1 ∨ x2 ∨ x3 ∨ (b ∨ y1 ∨ False) ∨ z1 ∨ False)= (x1 ∨ x2 ∨ x3 ∨ b ∨ y1 ∨ z1 ∨ False) := by
smt_rw or bool_or_flatten [[x1, x2, x3], [b], [y1], [z1]]

0 comments on commit 23f2ee1

Please sign in to comment.