MCPcopy Create free account
hub / github.com/Z3Prover/z3 / conflict

Method conflict

src/api/java/UserPropagatorBase.java:98–100  ·  view source on GitHub ↗
(Expr<?>[] fixed)

Source from the content-addressed store, hash-verified

96 }
97
98 public final boolean conflict(Expr<?>[] fixed) {
99 return conflict(fixed, new Expr[0], new Expr[0]);
100 }
101
102 public final boolean conflict(Expr<?>[] fixed, Expr<?>[] lhs, Expr<?>[] rhs) {
103 return consequence(fixed, lhs, rhs, ctx.mkBool(false));

Callers

nothing calls this directly

Calls 2

consequenceMethod · 0.95
mkBoolMethod · 0.80

Tested by

no test coverage detected