mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
commit
d977c151f6
1 changed files with 1 additions and 1 deletions
|
@ -3698,7 +3698,7 @@ extern "C" {
|
||||||
Z3_func_decl Z3_API Z3_mk_piecewise_linear_order(Z3_context c, Z3_sort a, unsigned id);
|
Z3_func_decl Z3_API Z3_mk_piecewise_linear_order(Z3_context c, Z3_sort a, unsigned id);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\brief create a tree ordering lreation over signature \c a identified using index \c id.
|
\brief create a tree ordering relation over signature \c a identified using index \c id.
|
||||||
|
|
||||||
def_API('Z3_mk_tree_order', FUNC_DECL, (_in(CONTEXT), _in(SORT), _in(UINT)))
|
def_API('Z3_mk_tree_order', FUNC_DECL, (_in(CONTEXT), _in(SORT), _in(UINT)))
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue