mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
parent
148cb83b0d
commit
cd2701da0c
|
@ -3206,7 +3206,7 @@ def Q(a, b, ctx=None):
|
|||
>>> Q(3,5).sort()
|
||||
Real
|
||||
"""
|
||||
return simplify(RatVal(a, b))
|
||||
return simplify(RatVal(a, b, ctx=ctx))
|
||||
|
||||
|
||||
def Int(name, ctx=None):
|
||||
|
@ -10578,7 +10578,7 @@ class SeqSortRef(SortRef):
|
|||
|
||||
class CharSortRef(SortRef):
|
||||
"""Character sort."""
|
||||
|
||||
|
||||
|
||||
|
||||
def StringSort(ctx=None):
|
||||
|
|
Loading…
Reference in a new issue