Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ start_logging
Function
start_logging
smt/smt.cpp:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void start_logging(const char *path) {
78
Z3_open_log(path);
79
string str = string(
"Alive2 "
) + alive_version;
80
Z3_append_log(str.c_str());
81
}
82
83
}
Callers
2
main
Function · 0.85
cmd_args_def.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected