Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
public:
223
AndTactic(initializer_list<const char*> ts) {
Callers
15
addProcess
Method · 0.80
quote_windows_command
Function · 0.80
executeBuiltinPushd
Function · 0.80
executeBuiltinEcho
Function · 0.80
processRedirects
Function · 0.80
_executeShCmd
Function · 0.80
executeScriptInternal
Function · 0.80
getDefaultSubstitutions
Function · 0.80
applySubstitutions
Function · 0.80
_handleCommand
Method · 0.80
_handleSingleInteger
Method · 0.80
_handleSubst
Method · 0.80
Calls
no outgoing calls
Tested by
15
addProcess
Method · 0.64
quote_windows_command
Function · 0.64
executeBuiltinPushd
Function · 0.64
executeBuiltinEcho
Function · 0.64
processRedirects
Function · 0.64
_executeShCmd
Function · 0.64
executeScriptInternal
Function · 0.64
getDefaultSubstitutions
Function · 0.64
applySubstitutions
Function · 0.64
_handleCommand
Method · 0.64
_handleSingleInteger
Method · 0.64
_handleSubst
Method · 0.64