Hi Florent,

On 2012-10-10, Florent Hivert <florent.hiv...@lri.fr> wrote:
> The enumerated set is mostly described by two data:
>   - roots which are the starting nodes of the recursive generation
>   - children with compute the immediate successors of a node in the generation
>     tree.
> One can also provide a post_process function that allows for customizing the
> nodes that are actually produced. Furthermore, if it returns None, then the
> node won't be output at all.
>
> I'd like to gather proposal and find an agreement on the names for
> SearchForest and post_process.
>
> Here are some proposal for search forest:
>  - TreeGeneratedSet
>  - ForestGeneratedSet
>  - RecursivelyGeneratedSet

Why not "RecursiveSet"? The word "Generated" seems redundant to me.

And what you tell about the role of "post_process" makes me think it could be
renamed into "branch_cut".

Best regards,
Simon


-- 
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.


Reply via email to