mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
6 lines
90 B
Text
6 lines
90 B
Text
|
|
(set-logic QF_LRA)
|
|
(declare-const a Real)
|
|
(assert (= (* 3 a) 5))
|
|
(check-sat)
|
|
(get-model)
|