SSoelvsten / bdd-benchmark

Benchmarking Suite for BDD packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rotate variable ordering for `mirror-diagonal` by 45 degrees

SSoelvsten opened this issue · comments

Marijn and Randy suggested to rotate the variable ordering by 45 degrees to improve performance. For example, the top-left corner would look as follows.

1 2 5
3 4 7
6 8 9

As such, this is already the variable ordering in question. In hindsight, this note of mine probably is due to miscommunication.