mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
push equality for #4740
https://github.com/Z3Prover/z3/issues/4740#issuecomment-711460353
This commit is contained in:
parent
3c9ada54b6
commit
e955bd09e5
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue