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
We might need to investigate the symmetric subset tuples produced, if we can remove them, and if this has performance implications: in the clap benchmark, we can see 480K regions subsets of themselves.
To see these tuples, we can get debug output like the following (for example, right before filling the output tuples in -v / dump_enabled mode):
We might need to investigate the symmetric
subset
tuples produced, if we can remove them, and if this has performance implications: in the clap benchmark, we can see 480K regions subsets of themselves.To see these tuples, we can get debug output like the following (for example, right before filling the output tuples in
-v / dump_enabled
mode):Outputting these results over the clap dataset:
subset (7531526) symmetries: 794833
for the Naive variantsubset (2714121) symmetries: 481294
for the DatafrogOpt variantThe text was updated successfully, but these errors were encountered: