Files
alt-ergo/tests/models/array/embedded-array.models.expected
Pierrot dc8087713d Active fpa as default (#1177)
* Activate FPA theory as default

Activating FPA as default introduce a tiny time regression (about 1%)
but we prove more goals on both `ae-format` and `why3-gallery`.

Fix issue #917
2024-07-24 18:32:32 +02:00

9 lines
160 B
Plaintext

unknown
(
(define-fun x () Pair
(pair (store (as @a3 (Array Int S)) 0 s)
(store (as @a3 (Array Int S)) 0 s)))
(define-fun s () S (as @a2 S))
)