mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
chasing parameter setting bug
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
60ebc5c4dd
commit
ac03c9eff7
6 changed files with 47 additions and 24 deletions
|
@ -1242,8 +1242,7 @@ public:
|
|||
virtual void updt_params(params_ref const & p) {
|
||||
TRACE("using_params",
|
||||
tout << "before p: " << p << "\n";
|
||||
tout << "m_params: " << m_params << "\n";
|
||||
;);
|
||||
tout << "m_params: " << m_params << "\n";);
|
||||
|
||||
params_ref new_p = p;
|
||||
new_p.append(m_params);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue