MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / append

Method append

smt/solver.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 vector<unique_ptr<Tactic>> tactics;
217
218 void append(Z3_tactic t) {
219 set(this->t ? Z3_tactic_and_then(ctx(), this->t, t) : t);
220 }
221
222public:
223 AndTactic(initializer_list<const char*> ts) {

Callers 15

addProcessMethod · 0.80
quote_windows_commandFunction · 0.80
executeBuiltinPushdFunction · 0.80
executeBuiltinEchoFunction · 0.80
processRedirectsFunction · 0.80
_executeShCmdFunction · 0.80
executeScriptInternalFunction · 0.80
getDefaultSubstitutionsFunction · 0.80
applySubstitutionsFunction · 0.80
_handleCommandMethod · 0.80
_handleSingleIntegerMethod · 0.80
_handleSubstMethod · 0.80

Calls

no outgoing calls

Tested by 15

addProcessMethod · 0.64
quote_windows_commandFunction · 0.64
executeBuiltinPushdFunction · 0.64
executeBuiltinEchoFunction · 0.64
processRedirectsFunction · 0.64
_executeShCmdFunction · 0.64
executeScriptInternalFunction · 0.64
getDefaultSubstitutionsFunction · 0.64
applySubstitutionsFunction · 0.64
_handleCommandMethod · 0.64
_handleSingleIntegerMethod · 0.64
_handleSubstMethod · 0.64