mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
fix #4114
This commit is contained in:
parent
51c3778354
commit
029edcfabd
5 changed files with 26 additions and 27 deletions
|
@ -451,7 +451,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
theory * theory_pb::mk_fresh(context * new_ctx) {
|
||||
return alloc(theory_pb, new_ctx->get_manager(), m_params);
|
||||
return alloc(theory_pb, new_ctx->get_manager(), new_ctx->get_fparams());
|
||||
}
|
||||
|
||||
bool theory_pb::internalize_atom(app * atom, bool gate_ctx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue