3
0
Fork 0
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:
Clemens Eisenhofer 2022-12-21 13:52:27 +01:00
parent ec06027515
commit c8b9127028
6 changed files with 475 additions and 172 deletions

View file

@ -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),