Skip to content

Reordering shows no effect. #44

Open
@hoemich

Description

@hoemich

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions