mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
Change old solver::propagate method
This commit is contained in:
parent
a0fe568561
commit
dc9373dcbd
3 changed files with 66 additions and 64 deletions
|
@ -130,7 +130,7 @@ namespace polysat {
|
|||
rational val;
|
||||
switch (find_viable(v, val)) {
|
||||
case dd::find_t::singleton:
|
||||
s.propagate(v, val, sc); // TBD why is sc used as justification? It should be all of viable
|
||||
s.assign_propagate(v, val);
|
||||
prop = true;
|
||||
break;
|
||||
case dd::find_t::empty:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue