Skip to content

Commit

Permalink
parenthetical remark
Browse files Browse the repository at this point in the history
  • Loading branch information
cfbolz committed Jul 12, 2024
1 parent fe6039d commit c2a6933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2024/07/finding-simplification-rules-with-z3.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ unsat

The result `unsat` means that we just proved that `x ^ -1 == ~x` is true for
all `x`, because there is no value for `x` that makes `not (x ^ -1 == ~x)`
true.
true (this works because -1 has all the bits set).

If we try to prove something incorrect in this way, the following happens:

Expand Down

0 comments on commit c2a6933

Please sign in to comment.