Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
push
Method · 0.85
add_constraint
Method · 0.85
is_true
Method · 0.85
solve_for
Method · 0.85
Z3_solver_add_simplifier
Function · 0.85
Z3_solver_translate
Function · 0.85
solver_from_stream
Function · 0.85
solver_from_dimacs_stream
Function · 0.85
Z3_solver_from_file
Function · 0.85
Z3_solver_get_help
Function · 0.85
Z3_solver_get_param_descrs
Function · 0.85
Z3_solver_push
Function · 0.85
Calls
3
to_solver
Function · 0.85
init_solver_core
Function · 0.85
get
Method · 0.65
Tested by
no test coverage detected