gomahajan / formal-uav

UAV control with formal guarantees
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Do not need x bounds #5

Closed gomahajan closed 6 years ago

gomahajan commented 6 years ago

(assert (>= x0 0.0)) (assert (<= x0 10.0)) (assert (>= x1 0.0)) (assert (<= x1 10.0)) (assert (>= x2 0.0)) (assert (<= x2 10.0)) (assert (>= x3 0.0)) (assert (<= x3 10.0))