Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ init
Method
init
smt/smt.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void smt_initializer::init() {
33
ctx.init();
34
solver_init();
35
}
36
37
void smt_initializer::destroy() {
38
solver_destroy();
Callers
1
initialize
Method · 0.45
Calls
1
solver_init
Function · 0.85
Tested by
no test coverage detected