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

Method mkTactic

src/api/java/Context.java:3104–3107  ·  view source on GitHub ↗

Creates a new Tactic.

(String name)

Source from the content-addressed store, hash-verified

3102 * Creates a new Tactic.
3103 **/
3104 public Tactic mkTactic(String name)
3105 {
3106 return new Tactic(this, name);
3107 }
3108
3109 /**
3110 * Create a tactic that applies {@code t1} to a Goal and then

Callers 10

simplifyMethod · 0.80
TacticMethod · 0.80
modelConverterTestMethod · 0.80
basicTestsMethod · 0.80
logicExampleMethod · 0.80
parOrExampleMethod · 0.80
modelConverterTestMethod · 0.80
basicTestsMethod · 0.80
logicExampleMethod · 0.80
parOrExampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected