mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
Fix typo.
This commit is contained in:
parent
bc3b0f6e33
commit
6be36f18c6
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