Hello everybody ! I just wrote a function I need for myself, and I wonder where I should put it in Sage. Here is the thing:
I have a boolean function F defined on all subsets of a set X. The function is increasing, i.e. F(X)=1 => F(X')=1 for all subsets X' of X. Now I want to compute the hypergraph (or simplicial complex) that this function defines, i.e. all solutions of F(X)=1 (or possibly only the inclusionwise maximal solutions). My function does that, in such a way that F is called as many times as possible. Which is critical in my case because F is ... slow :-P And so I wondered what exactly I should do with this function, as it seems to be the kind of things that could be useful to other people too. Do you have any idea where it belongs ? Thaaaaaaaaaaaaaaaaaaaaaaaanks ! :-) Nathann -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
