Skip to content

Commit

Permalink
Whitespace only
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Nov 27, 2024
1 parent 4485d70 commit 3f2e3ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/CryptolTC.z3
Original file line number Diff line number Diff line change
Expand Up @@ -327,14 +327,14 @@

; (declare-fun L () InfNat)
; (declare-fun w () InfNat)
;
;
; (assert (cryVar L))
; (assert (cryVar w))
;
;
; (assert (cryAssume (cryFin w)))
; (assert (cryAssume (cryGeq w (cryNat 1))))
; (assert (cryAssume (cryGeq (cryMul (cryNat 2) w) (cryWidth L))))
;
;
; (assert (cryProve
; (cryGeq
; (cryMul
Expand All @@ -343,7 +343,7 @@
; (cryMul (cryNat 16) w))
; (cryMul (cryNat 16) w))
; (cryAdd (cryNat 1) (cryAdd L (cryMul (cryNat 2) w))))))
;
;
; (check-sat)


0 comments on commit 3f2e3ca

Please sign in to comment.