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

Method add

src/api/java/UserPropagatorBase.java:94–96  ·  view source on GitHub ↗
(Expr<?> expr)

Source from the content-addressed store, hash-verified

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]);

Callers

nothing calls this directly

Calls 2

nCtxMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected