mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
unit propagate with fingerprints
This commit is contained in:
parent
8a85cfdb12
commit
281fb67d88
6 changed files with 50 additions and 37 deletions
|
@ -100,7 +100,7 @@ namespace q {
|
|||
}
|
||||
|
||||
bool solver::unit_propagate() {
|
||||
return ctx.get_config().m_ematching && m_ematch.propagate(false);
|
||||
return m_ematch.unit_propagate();
|
||||
}
|
||||
|
||||
euf::theory_var solver::mk_var(euf::enode* n) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue