sidekick/unittest/old/regression/reg_model_lra1.out.expected
2022-08-08 21:52:47 -04:00

9 lines
164 B
Text

(model
(true := true)
(false := false)
(a := 5/3)
((* 3 a) := 5)
(5 := 5)
((= (* 3 a) 5) := true)
((<= (* 3 a) 5) := true)
((>= (* 3 a) 5) := true))