mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fc6e127cca
commit
7b85afbe9c
4 changed files with 20 additions and 5 deletions
|
@ -304,10 +304,9 @@ namespace polysat {
|
|||
|
||||
m_vars.remove(v);
|
||||
|
||||
if (!j.is_decision()) {
|
||||
if (j.is_propagation())
|
||||
for (auto const& c : s.m_viable.get_constraints(v))
|
||||
insert(c);
|
||||
}
|
||||
insert(c);
|
||||
|
||||
for (auto* engine : ex_engines)
|
||||
if (engine->try_explain(v, *this))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue