3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

get-universe

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-06-01 21:07:48 -07:00
parent 6a5cdd48e7
commit 3e773fba5e
2 changed files with 2 additions and 2 deletions

View file

@ -6485,7 +6485,7 @@ class ModelRef(Z3PPObject):
sat
>>> m = s.model()
>>> m.get_universe(A)
[A!val!0, A!val!1]
[A!val!1, A!val!0]
"""
if z3_debug():
_z3_assert(isinstance(s, SortRef), "Z3 sort expected")