mirror of
https://github.com/Z3Prover/z3
synced 2025-05-23 07:24:02 +00:00
Java FPA API overhaul
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
ee2c9095c6
commit
7fe9ad5cb4
16 changed files with 25 additions and 89 deletions
|
@ -149,7 +149,7 @@ public class Quantifier extends BoolExpr
|
|||
Expr body, int weight, Pattern[] patterns, Expr[] noPatterns,
|
||||
Symbol quantifierID, Symbol skolemID) throws Z3Exception
|
||||
{
|
||||
super(ctx);
|
||||
super(ctx, 0);
|
||||
|
||||
getContext().checkContextMatch(patterns);
|
||||
getContext().checkContextMatch(noPatterns);
|
||||
|
@ -185,7 +185,7 @@ public class Quantifier extends BoolExpr
|
|||
int weight, Pattern[] patterns, Expr[] noPatterns,
|
||||
Symbol quantifierID, Symbol skolemID) throws Z3Exception
|
||||
{
|
||||
super(ctx);
|
||||
super(ctx, 0);
|
||||
|
||||
getContext().checkContextMatch(noPatterns);
|
||||
getContext().checkContextMatch(patterns);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue