mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 00:48:45 +00:00
fix doc errors
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ea2a843325
commit
3c94083a23
6 changed files with 31 additions and 25 deletions
|
@ -161,6 +161,12 @@ public class Quantifier extends BoolExpr
|
|||
/**
|
||||
* Create a quantified expression.
|
||||
*
|
||||
* @param ctx Context to create the quantifier on.
|
||||
* @param isForall Quantifier type.
|
||||
* @param sorts Sorts of bound variables.
|
||||
* @param names Names of bound variables
|
||||
* @param body Body of quantifier
|
||||
* @param weight Weight used to indicate priority for qunatifier instantiation
|
||||
* @param patterns Nullable patterns
|
||||
* @param noPatterns Nullable noPatterns
|
||||
* @param quantifierID Nullable quantifierID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue