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

Method nextSplit

src/api/java/UserPropagatorBase.java:112–116  ·  view source on GitHub ↗
(Expr<?> e, long idx, Z3_lbool phase)

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 3

nCtxMethod · 0.80
getNativeObjectMethod · 0.80
toIntMethod · 0.80

Tested by

no test coverage detected