mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
Tabs, whitespace
This commit is contained in:
parent
6ba13fac0a
commit
b9494fe3c0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
:formula (forall (a Int) (i Int) (e Int)
|
:formula (forall (a Int) (i Int) (e Int)
|
||||||
(= (?select (?store a i e) i) e)
|
(= (?select (?store a i e) i) e)
|
||||||
:pats { (?store a i e) }
|
:pats { (?store a i e) }
|
||||||
:weight { 0 })
|
:weight { 0 })
|
||||||
|
|
||||||
:formula (forall (a Int) (i Int) (j Int) (e Int)
|
:formula (forall (a Int) (i Int) (j Int) (e Int)
|
||||||
(or (= i j) (= (?select (?store a i e) j) (?select a j)))
|
(or (= i j) (= (?select (?store a i e) j) (?select a j)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue