mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
fixed typos in docs for num_no_patterns and no_patterns
This commit is contained in:
parent
78f29416f1
commit
af29bc7dc5
|
@ -2912,8 +2912,8 @@ END_MLAPI_EXCLUDE
|
|||
\param weight quantifiers are associated with weights indicating the importance of using the quantifier during instantiation. By default, pass the weight 0.
|
||||
\param num_patterns number of patterns.
|
||||
\param patterns array containing the patterns created using #Z3_mk_pattern.
|
||||
\param num_no_patterns number of patterns.
|
||||
\param no_patterns array containing the patterns created using #Z3_mk_pattern.
|
||||
\param num_no_patterns number of no_patterns.
|
||||
\param no_patterns array containing subexpressions to be excluded from inferred patterns.
|
||||
\param num_decls number of variables to be bound.
|
||||
\param sorts array of sorts of the bound variables.
|
||||
\param decl_names names of the bound variables.
|
||||
|
|
Loading…
Reference in a new issue