Advertisement
Guest User

Untitled

a guest
May 27th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2. (declare-const switch_var Bool)
  3. (declare-const wagenVAA Real)
  4. (assert (= wagenVAA (ite (= switch_var true) wagenVAA (ite (= switch_var false) 0.0 0.0))))
  5. (assert (= switch_var (not (="C-segment" "geen"))))
  6. (check-sat)
  7. (get-model)
  8. (exit)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement