mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 19:53:34 +00:00
#5336 - assertion violation in q_solver
This commit is contained in:
parent
0fa4b63d26
commit
b031fefbb9
|
@ -121,7 +121,7 @@ namespace fpa {
|
|||
if (!n)
|
||||
n = mk_enode(e, false);
|
||||
SASSERT(!n->is_attached_to(get_id()));
|
||||
mk_var(n);
|
||||
attach_new_th_var(n);
|
||||
TRACE("fp", tout << "post: " << mk_bounded_pp(e, m) << "\n";);
|
||||
m_nodes.push_back(std::tuple(n, sign, root));
|
||||
ctx.push(push_back_trail(m_nodes));
|
||||
|
|
Loading…
Reference in a new issue