(Expr<?> expr)
| 92 | public void fin() {} |
| 93 | |
| 94 | public final void add(Expr<?> expr) { |
| 95 | Native.propagateAdd(this, ctx.nCtx(), solver.getNativeObject(), javainfo, expr.getNativeObject()); |
| 96 | } |
| 97 | |
| 98 | public final boolean conflict(Expr<?>[] fixed) { |
| 99 | return conflict(fixed, new Expr[0], new Expr[0]); |
nothing calls this directly
no test coverage detected