You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(:name "Z3")
(:version "4.8.5")
sat
(model
)
sat
(model
)
Why does the model not contain variable s1 with a value?
According to the standard on page 61, (get-model) returns a list (d1 ··· dk) of definitions specifying **all** and only the current userdeclared function symbols {g1,...,gm} in the current model A
Running z3 with the following model
on windows 10
provides the expected output:
However, when the nineth line is removed, I get a model I did not expect.
Thus z3 with this model
produces
Why does the model not contain variable s1 with a value?
According to the standard on page 61,
(get-model) returns a list (d1 ··· dk) of definitions specifying **all** and only the current userdeclared function symbols {g1,...,gm} in the current model A
Note that get-value works as expected:
provides
Note that cvc4 does include s1 in its model:
The text was updated successfully, but these errors were encountered: