(Expr<?> e, long idx, Z3_lbool phase)
| 110 | } |
| 111 | |
| 112 | public final boolean nextSplit(Expr<?> e, long idx, Z3_lbool phase) { |
| 113 | return Native.propagateNextSplit( |
| 114 | this, ctx.nCtx(), solver.getNativeObject(), javainfo, |
| 115 | e.getNativeObject(), idx, phase.toInt()); |
| 116 | } |
| 117 | } |
nothing calls this directly
no test coverage detected