Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
simplify
Method · 0.95
Calls
4
checkContextMatch
Method · 0.80
getContext
Method · 0.80
nCtx
Method · 0.80
getNativeObject
Method · 0.80
Tested by
no test coverage detected