mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
update tests
This commit is contained in:
parent
b16fce6f26
commit
96bc3e2340
2 changed files with 3 additions and 5 deletions
|
|
@ -347,9 +347,7 @@ Sidekick_base_solver.Solver.Sat
|
|||
(a := 0)
|
||||
(b := 0)
|
||||
((<= (+ a (* -1 b)) 0) := true)
|
||||
(_sk_lra__le_comb0 := 0)
|
||||
((= a b) := true)
|
||||
((>= (+ a (* -1 b)) 0) := true))
|
||||
(_sk_lra__le_comb0 := 0))
|
||||
|
||||
|
||||
# let a_geq_1 = Term.LRA.(geq tstore a (const tstore (Q.of_int 1)));;
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
(true := true)
|
||||
(false := false)
|
||||
(a := 5/3)
|
||||
((* 3 a) := 5)
|
||||
(5 := 5)
|
||||
((* 3 a) := 0)
|
||||
(5 := 0)
|
||||
((= (* 3 a) 5) := true)
|
||||
((<= (* 3 a) 5) := true)
|
||||
((>= (* 3 a) 5) := true))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue