MCPcopy Create free account
hub / github.com/Z3Prover/z3 / init_solver

Function init_solver

src/api/api_solver.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 static void init_solver(Z3_context c, Z3_solver s) {
161 if (to_solver(s)->m_solver.get() == nullptr)
162 init_solver_core(c, s);
163 }
164
165
166 static void init_solver_log(Z3_context c, Z3_solver s) {

Callers 15

pushMethod · 0.85
add_constraintMethod · 0.85
is_trueMethod · 0.85
solve_forMethod · 0.85
Z3_solver_add_simplifierFunction · 0.85
Z3_solver_translateFunction · 0.85
solver_from_streamFunction · 0.85
Z3_solver_from_fileFunction · 0.85
Z3_solver_get_helpFunction · 0.85
Z3_solver_pushFunction · 0.85

Calls 3

to_solverFunction · 0.85
init_solver_coreFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected