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

Method apply

src/api/java/Tactic.java:52–55  ·  view source on GitHub ↗

Execute the tactic over the goal. @throws Z3Exception

(Goal g)

Source from the content-addressed store, hash-verified

50 * @throws Z3Exception
51 **/
52 public ApplyResult apply(Goal g)
53 {
54 return apply(g, null);
55 }
56
57 /**
58 * Execute the tactic over the goal.

Callers 1

simplifyMethod · 0.95

Calls 4

checkContextMatchMethod · 0.80
getContextMethod · 0.80
nCtxMethod · 0.80
getNativeObjectMethod · 0.80

Tested by

no test coverage detected