mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
parent
52acbf1f14
commit
1ae0a98132
1 changed files with 2 additions and 4 deletions
|
@ -3674,10 +3674,8 @@ extern "C" {
|
||||||
/** @name Special relations */
|
/** @name Special relations */
|
||||||
/*@{*/
|
/*@{*/
|
||||||
/**
|
/**
|
||||||
\brief declare \c a and \c b are in linear order over a relation indexed by \c id.
|
\brief create a linear ordering relation over signature \c a.
|
||||||
|
The relation is identified by the index \c id.
|
||||||
\pre a and b are of same type.
|
|
||||||
|
|
||||||
|
|
||||||
def_API('Z3_mk_linear_order', FUNC_DECL ,(_in(CONTEXT), _in(SORT), _in(UINT)))
|
def_API('Z3_mk_linear_order', FUNC_DECL ,(_in(CONTEXT), _in(SORT), _in(UINT)))
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue