Hi Nathann, On 2014-12-11, Nathann Cohen <[email protected]> wrote: > Well.... I would not want to make Graph() invalid by requiring every > call to specific explicitly Graph(multiedges=False,loops=False), so I > attempted to make it "only a bit more mandatory" by leading users of > Graph(list_of_edges_with_repetitions) to add the flag multiedges=True.
So, you suggest that if the user wants a plain non-multi-non-loopy-graph, then it is not needed to provide multiedges=False? Since most people are happy with plain graphs, it sounds reasonable to me to have that be the default. Best regards, Simon -- 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.
