3
0
Fork 0
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:
Nikolaj Bjorner 2021-07-17 20:30:52 +02:00
parent 0fa4b63d26
commit b031fefbb9

View file

@ -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));