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

Method Optimize

src/api/java/Optimize.java:409–412  ·  view source on GitHub ↗
(Context ctx, long obj)

Source from the content-addressed store, hash-verified

407
408
409 Optimize(Context ctx, long obj) throws Z3Exception
410 {
411 super(ctx, obj);
412 }
413
414 Optimize(Context ctx) throws Z3Exception
415 {

Callers

nothing calls this directly

Calls 2

mkOptimizeMethod · 0.80
nCtxMethod · 0.80

Tested by

no test coverage detected