You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my (admittedly anecdotal) experience, there is almost always a very good static variable ordering for a problem, and the advantages of dynamic reordering have been modest.
Given the performance overhead and implementation complexity it adds (e.g., to the garbage collector), I have not seen a compelling reason to add that feature yet.
If you have a specific use case in mind though, I'd love to hear about it.
Hi,
What I am looking for is something like what CUDD has. When the BDD (or the unique table) reaches some threshold size, it finds another variable order that decreases the size below the threshold. In other words, it is automatic reordering that happens in the background.
Hi,
is there a specific reason why you do not support dynamic variable reordering?
Regards,
The text was updated successfully, but these errors were encountered: