On Fri, Jan 18, 2002 at 10:35:11AM -0600, Greg Bacon wrote: > That's bad too. :-( > > 64 # i.e.., 4**3--choose the operators > 3! # permute the operators
You don't need to permoute them if you've chosen them independently! Either use (4C3 * 3!) or use (4**3), but don't mix the two. ;-) 7680 is still a pretty small search space, IMO :-) .robin.
