mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
Added justifications for intermediate values [e.g., 2 * x in the pdd (2 * x) + y]
This might allow propagation in both directions
This commit is contained in:
parent
ec06027515
commit
c8b9127028
6 changed files with 475 additions and 172 deletions
|
@ -31,6 +31,7 @@ namespace polysat {
|
|||
m_viable(*this),
|
||||
m_viable_fallback(*this),
|
||||
m_linear_solver(*this),
|
||||
m_fixed_bits(*this),
|
||||
m_conflict(*this),
|
||||
m_simplify_clause(*this),
|
||||
m_simplify(*this),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue