mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
update expected test
This commit is contained in:
parent
98c30bf0cc
commit
fb552ba8b2
1 changed files with 5 additions and 7 deletions
|
|
@ -2,10 +2,8 @@
|
||||||
(true := true)
|
(true := true)
|
||||||
(false := false)
|
(false := false)
|
||||||
(a := 5/3)
|
(a := 5/3)
|
||||||
(_sk_lra__le0 := 5)
|
((* 3 a) := 5)
|
||||||
((to_real _sk_lra__le0) := 5)
|
(5 := 5)
|
||||||
((= 5 (to_real _sk_lra__le0)) := true)
|
((= (* 3 a) 5) := true)
|
||||||
(((to_real _sk_lra__le0) >= 5) := true)
|
((<= (* 3 a) 5) := true)
|
||||||
(((to_real _sk_lra__le0) <= 5) := true)
|
((>= (* 3 a) 5) := true))
|
||||||
((a <= 5/3) := true)
|
|
||||||
((a >= 5/3) := true))
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue