mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 01:46:15 +00:00
parent
4431a534b3
commit
3147d2351d
2 changed files with 4 additions and 4 deletions
|
@ -139,9 +139,9 @@ public class Quantifier extends BoolExpr
|
|||
*
|
||||
* @throws Z3Exception
|
||||
**/
|
||||
public BoolExpr getBody()
|
||||
public Expr getBody()
|
||||
{
|
||||
return (BoolExpr) Expr.create(getContext(), Native.getQuantifierBody(getContext()
|
||||
return Expr.create(getContext(), Native.getQuantifierBody(getContext()
|
||||
.nCtx(), getNativeObject()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue