Skip to content

Commit

Permalink
Update specifications.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mldiego authored Jul 1, 2020
1 parent 58e5180 commit d95c84c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions benchmarks/Airplane/specifications.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ Initial states:
x1 = 0
x2 = 0
x3 = 0
x4 = 0
x5 = 0
x6 = 0
x4 = [0.0, 1.0]
x5 = [0.0, 1.0]
x6 = [0.0, 1.0]
x7 = [0.0, 1.0]
x8 = [0.0, 1.0]
x9 = [0.0, 1.0]
x10 = [0.0, 1.0]
x11 = [0.0, 1.0]
x12 = [0.0, 1.0]
x10 = 0
x11 = 0
x12 = 0

t = 20 seconds
t = 20 control steps = 2 seconds
control step = 0.1

Property:

x2 should be in [−0.5, 0.5] and x10,x11,x12 should be in [-1.0,1.0]
x2 should be in [−0.5, 0.5] and x7,x8,x9 should be in [-1.0,1.0]

Refer to this for more details: https://github.com/amaleki2/benchmark_closedloop_verification/blob/master/AINNC_benchmark.pdf
Refer to this for more details: https://github.com/amaleki2/benchmark_closedloop_verification/blob/master/AINNC_benchmark.pdf

0 comments on commit d95c84c

Please sign in to comment.