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