On Wed, Oct 10, 2012 at 09:18:58AM -0500, Jason Grout wrote: > On 10/10/12 8:53 AM, Simon King wrote: > >And what you tell about the role of "post_process" makes me think it could be > >renamed into "branch_cut". > > Or it could renamed "visit" or "trim" or even just "callback"
Hmm, it could indeed be used as a call back (or visitor). But the intention is more to do a transformation before the iterator hands back the result to the user. By the way, to throw in some more keyword: SearchForest and TransitiveIdeal are really about computing the *closure* of a set under some operations. So at this point my two preferred variants are RecursiveSet or anything build with close: ClosedSet? ClosureOfSet? ClosureSet? However this is a bit too general and could get people to think that this is about analysis-related topology. Cheers, Nicolas -- Nicolas M. Thiéry "Isil" <nthi...@users.sf.net> http://Nicolas.Thiery.name/ -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.