3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

test the new order on pdd

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-01-08 11:38:30 -08:00
parent ec1b14a2f0
commit 61da9a8aeb
2 changed files with 67 additions and 13 deletions

View file

@ -14,7 +14,7 @@ Abstract:
Non-leaf nodes are of the form x*hi + lo
where
- maxdegree(x, lo) = 0,
- maxdegree(x, lo) = 0, meaning x does not appear in lo
Leaf nodes are of the form (0*idx + 0), where idx is an index into m_values.