mirror of
https://github.com/Z3Prover/z3
synced 2026-04-26 05:43:33 +00:00
Add missing API bindings: Python BvNand/BvNor/BvXnor, Go MkAsArray/MkRecFuncDecl/AddRecDef/Model.Translate, TS Array.fromFunc/Model.translate, OCaml Model.translate
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
8fad12fe18
commit
28fbe33114
8 changed files with 106 additions and 0 deletions
|
|
@ -1692,6 +1692,8 @@ struct
|
|||
let av = Z3native.model_get_sort_universe (gc x) x s in
|
||||
AST.ASTVector.to_expr_list av
|
||||
|
||||
let translate (x:model) (to_ctx:context) = Z3native.model_translate (gc x) x to_ctx
|
||||
|
||||
let to_string (x:model) = Z3native.model_to_string (gc x) x
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue