> Cool. I'm up for doing that. So.. I need to bring nauty using cython and > call the is_isomorphic function?
If Nauty proves much better than our current implementation then that is what we will need: a fast way to call Nauty. And that means Cython. This being said, writing a cython interface with Nauty may not be exactly "quick and clean": thus, if you need to have an idea of how fast you can expect it to be, you can first try to call Nauty "the dirty way", by creating a file on which you would then call the executable. It's up to you. Also, be aware that we currently have an interface with a software called bliss, which is used (when installed) in Graph.automorphism_group and can also compute a canonical labelling (though that part is not exposed at the moment). It may be quicker to test (though it's a different software) as all main pieces are available (the package, a cython file defining the right structures, etc). 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 sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.