3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00
Nikolaj Bjorner 2020-11-09 13:08:46 -08:00
parent 3c9ada54b6
commit e955bd09e5

View file

@ -982,6 +982,7 @@ namespace smt {
bool_var v = enode2bool_var(e);
assign(literal(v), mk_justification(eq_propagation_justification(e->get_arg(0), e->get_arg(1))));
e->m_cg = e;
push_eq(e, m_true_enode, eq_justification());
}
else {
if (cgc_enabled) {