mirror of
https://github.com/Z3Prover/z3
synced 2025-11-21 05:06:39 +00:00
parent
cffff18373
commit
689ed9fa12
2 changed files with 10 additions and 0 deletions
|
|
@ -1217,6 +1217,9 @@ struct
|
|||
|
||||
let mk_term_array ( ctx : context ) ( arg : expr ) =
|
||||
expr_of_ptr ctx (Z3native.mk_array_default (context_gno ctx) (Expr.gno arg))
|
||||
|
||||
let mk_array_ext ( ctx : context) ( arg1 : expr ) ( arg2 : expr ) =
|
||||
expr_of_ptr ctx (Z3native.mk_array_ext (context_gno ctx) (Expr.gno arg1) (Expr.gno arg2))
|
||||
end
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue