mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
#6104 also in the new core
This commit is contained in:
parent
de41cfd277
commit
f82ca197d2
4 changed files with 32 additions and 0 deletions
|
@ -270,6 +270,10 @@ namespace euf {
|
|||
return mk(th, lits.size(), lits.data(), eqs.size(), eqs.data(), sat::null_literal, x, y, pma);
|
||||
}
|
||||
|
||||
th_explain* th_explain::propagate(th_euf_solver& th, enode_pair_vector const& eqs, euf::enode* x, euf::enode* y, sat::proof_hint const* pma) {
|
||||
return mk(th, 0, nullptr, eqs.size(), eqs.data(), sat::null_literal, x, y, pma);
|
||||
}
|
||||
|
||||
th_explain* th_explain::propagate(th_euf_solver& th, sat::literal lit, euf::enode* x, euf::enode* y) {
|
||||
return mk(th, 1, &lit, 0, nullptr, sat::null_literal, x, y);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue