MCPcopy 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
32void smt_initializer::init() {
33 ctx.init();
34 solver_init();
35}
36
37void smt_initializer::destroy() {
38 solver_destroy();

Callers 1

initializeMethod · 0.45

Calls 1

solver_initFunction · 0.85

Tested by

no test coverage detected