There was an error while loading. Please reload this page.
1 parent 2b60550 commit 0b7a81bCopy full SHA for 0b7a81b
src/api/python/z3/z3.py
@@ -1533,7 +1533,7 @@ def RealVar(idx: int, ctx=None) -> ExprRef:
1533
"""
1534
return Var(idx, RealSort(ctx))
1535
1536
-def RealVarVector(n: int, ctx= None) -> list[ExprRef]:
+def RealVarVector(n: int, ctx= None):
1537
1538
Create a list of Real free variables.
1539
The variables have ids: 0, 1, ..., n-1
0 commit comments