mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 03:07:07 +00:00
Tabs, whitespace
This commit is contained in:
parent
6ba13fac0a
commit
b9494fe3c0
|
@ -11,7 +11,7 @@
|
|||
:formula (forall (a Int) (i Int) (e Int)
|
||||
(= (?select (?store a i e) i) e)
|
||||
:pats { (?store a i e) }
|
||||
:weight { 0 })
|
||||
:weight { 0 })
|
||||
|
||||
:formula (forall (a Int) (i Int) (j Int) (e Int)
|
||||
(or (= i j) (= (?select (?store a i e) j) (?select a j)))
|
||||
|
|
Loading…
Reference in a new issue