Skip to content
Snippets Groups Projects
Commit b146b421 authored by Michele Alberti's avatar Michele Alberti
Browse files

Add ACAS XU property #1 in why3 syntax.

parent 60d33b29
No related branches found
No related tags found
No related merge requests found
theory ACAS_XU_P1
use real.Real
constant x0:real
axiom x0: 0.6 <= x0 <= 0.6798577687
constant x1:real
axiom x1: -0.5 <= x1 <= 0.5
constant x2:real
axiom x2: -0.5 <= x2 <= 0.5
constant x3:real
axiom x3: 0.45 <= x3 <= 0.5
constant x4:real
axiom x4: -0.5 <= x4 <= -0.45
goal P1: forall y0:real. y0 <= 3.9911256459
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment