mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
adding cmd_context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5536834019
commit
8d5507008e
4 changed files with 13 additions and 0 deletions
|
@ -10353,3 +10353,6 @@ def Range(lo, hi, ctx = None):
|
|||
lo = _coerce_seq(lo, ctx)
|
||||
hi = _coerce_seq(hi, ctx)
|
||||
return ReRef(Z3_mk_re_range(lo.ctx_ref(), lo.ast, hi.ast), lo.ctx)
|
||||
|
||||
# Special Relations
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue