(Expr<?>[] fixed)
| 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)); |
nothing calls this directly
no test coverage detected