in reply to Re: Powerset short-circuit optimization
in thread Powerset short-circuit optimization

grinder,
Yes, I am very familiar with iterative methods at generating a powerset. I am also familiar with generating them in a certain order such that you can "jump" over a region. What I can't figure out how to do is generate them in the specific order that I would most benefit from in this situation. I do have an idea about using multiple iterators to generate the powerset itself instead of a single one. I am playing with that idea now.

Cheers - L~R

  • Comment on Re^2: Powerset short-circuit optimization