mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
parent
550852bc62
commit
bb1119a6ca
|
@ -244,7 +244,12 @@ private:
|
|||
premise = mk_modus_ponens(premise, p1);
|
||||
fml = fml1;
|
||||
}
|
||||
else if (fml1 != fml) {
|
||||
premise = mk_modus_ponens(premise, m.mk_rewrite(fml, fml1));
|
||||
fml = fml1;
|
||||
}
|
||||
}
|
||||
SASSERT(!premise || (fml1 == fml && fml == m.get_fact(premise)));
|
||||
head = fml0;
|
||||
while (m.is_implies(head, e1, e2)) {
|
||||
m_body.push_back(e1);
|
||||
|
|
Loading…
Reference in a new issue