mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
This commit is contained in:
parent
1b5f7cd9e5
commit
bc9c6ad93d
3 changed files with 12 additions and 4 deletions
|
@ -1338,7 +1338,9 @@ namespace pb {
|
|||
}
|
||||
|
||||
solver::solver(euf::solver& ctx, euf::theory_id id) :
|
||||
solver(ctx.get_manager(), ctx.get_si(), id) {}
|
||||
solver(ctx.get_manager(), ctx.get_si(), id) {
|
||||
m_ctx = &ctx;
|
||||
}
|
||||
|
||||
solver::solver(ast_manager& m, sat::sat_internalizer& si, euf::theory_id id)
|
||||
: euf::th_solver(m, symbol("ba"), id),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue