mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
#5336 - assertion violation in q_solver
This commit is contained in:
parent
0fa4b63d26
commit
b031fefbb9
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ namespace fpa {
|
||||||
if (!n)
|
if (!n)
|
||||||
n = mk_enode(e, false);
|
n = mk_enode(e, false);
|
||||||
SASSERT(!n->is_attached_to(get_id()));
|
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";);
|
TRACE("fp", tout << "post: " << mk_bounded_pp(e, m) << "\n";);
|
||||||
m_nodes.push_back(std::tuple(n, sign, root));
|
m_nodes.push_back(std::tuple(n, sign, root));
|
||||||
ctx.push(push_back_trail(m_nodes));
|
ctx.push(push_back_trail(m_nodes));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue