Skip to content

Commit

Permalink
edit to logic labs
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorav committed Dec 4, 2023
1 parent 55c7471 commit e19ffda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wss23-logic-labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ toc: false
- Check if multiplication is the inverse of division for non-zero bitvectors
- Check if there is a multiplicative inverse of every bitvector value, i.e., for every bitvector value *v*, does there exist another bitvector value *w* such that *vw=1* (where the multiplication of *v* and *w* is in bitvector arithmetic).
- Check if a given number is prime? (try if it works for small integers, then try for larger integers)
- Prove that the sum of the first *n* natural numbers is *n(n+1)/2*.
Report your findings, along with the Z3 queries that you used.

### Arrays
Expand Down

0 comments on commit e19ffda

Please sign in to comment.