mirror of
https://github.com/Z3Prover/z3
synced 2025-06-03 12:51:22 +00:00
Fix name: value propagation -> evaluation (for boolean literals)
This commit is contained in:
parent
436881c18c
commit
eec8e8ebe4
5 changed files with 15 additions and 12 deletions
|
@ -50,7 +50,7 @@ namespace polysat {
|
|||
out << "\n\t" << rpad(4, l2) << ": " << rpad(16, s.lit2cnstr(l2)) << " " << bool_justification_pp(s.m_bvars, l2);
|
||||
}
|
||||
}
|
||||
else if (s.m_bvars.is_value_propagation(lit)) {
|
||||
else if (s.m_bvars.is_evaluation(lit)) {
|
||||
out << " evaluated";
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue