mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 08:35:31 +00:00
working on JNI bindings
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
2a9014ff57
commit
59b95a54e6
4 changed files with 204 additions and 26 deletions
|
@ -1860,7 +1860,7 @@ BEGIN_MLAPI_EXCLUDE
|
|||
\param c logical context.
|
||||
\param num_sorts number of datatype sorts.
|
||||
\param sort_names names of datatype sorts.
|
||||
\param sorts array of datattype sorts.
|
||||
\param sorts array of datatype sorts.
|
||||
\param constructor_lists list of constructors, one list per sort.
|
||||
|
||||
def_API('Z3_mk_datatypes', VOID, (_in(CONTEXT), _in(UINT), _in_array(1, SYMBOL), _out_array(1, SORT), _inout_array(1, CONSTRUCTOR_LIST)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue