The BDDFactory.reorder(...) seems to have no effect.
bddLib.bddFactory.reorderVerbose(3);
bddLib.bddFactory.reorder(...);
System.out.println(bddLib.bddFactory.reorderstats);
shows some activity, but the variable ordering does not change.
At first I thought, it might be, because my variable ordering is already pretty good, yet changing the variable ordering manually (using setVarOrder()) to a new random variable ordering often reduces the size by 100 - 300%
Is there anything to know about the variable ordering?
Is it not (yet) implemented?
Is it buggy?
What more detail do you need?
The BDDFactory.reorder(...) seems to have no effect.
shows some activity, but the variable ordering does not change.
At first I thought, it might be, because my variable ordering is already pretty good, yet changing the variable ordering manually (using setVarOrder()) to a new random variable ordering often reduces the size by 100 - 300%
Is there anything to know about the variable ordering?
Is it not (yet) implemented?
Is it buggy?
What more detail do you need?