Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Powerset short-circuit optimization

by BrowserUk (Patriarch)
on Oct 04, 2006 at 20:46 UTC ( [id://576406]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Set1:  A,B,C,D
    Set2:  A,B,C,E
    set3:  A,B,C,F,G
    
  2. or download this
    C:\test>tilly-powersets B C D           C:\test>tilly-powersets B C D
    BCD:    skip? n                         BCD:    skip? y
    ...
    D:      skip? n
    CD:     skip? n
    Done
    
  3. or download this
    >tilly-powersets A B C D     >tilly-powersets A B C D
    ABCD:   skip? n                     ABCD:   skip? n
    ...
    CD:     skip? n                     CD:     skip? y
    BCD:    skip? n                     BCD:    skip? y
    Done                                Done
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://576406]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-19 13:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found