mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
parent
52acbf1f14
commit
1ae0a98132
1 changed files with 2 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue