mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Merge branch 'master' of https://github.com/npricci/z3 into npricci-master
# Conflicts: # src/api/python/z3.py
This commit is contained in:
commit
bd3775e878
|
@ -3920,8 +3920,8 @@ class ArrayRef(ExprRef):
|
||||||
arg = self.domain().cast(arg)
|
arg = self.domain().cast(arg)
|
||||||
return _to_expr_ref(Z3_mk_select(self.ctx_ref(), self.as_ast(), arg.as_ast()), self.ctx)
|
return _to_expr_ref(Z3_mk_select(self.ctx_ref(), self.as_ast(), arg.as_ast()), self.ctx)
|
||||||
|
|
||||||
def mk_default(self):
|
def default(self):
|
||||||
return _to_expr_ref(Z3_mk_array_default(self.ctx_ref(), self.as_ast()), self.ctx)
|
return _to_expr_ref(Z3_mk_array_default(self.ctx_ref(), self.as_ast()), self.ctx)
|
||||||
|
|
||||||
|
|
||||||
def is_array(a):
|
def is_array(a):
|
||||||
|
|
Loading…
Reference in a new issue