Hello, I'm looking at embeddings of complete gaphs and I think I've found a bug: I > defined the complete graph k12 as a (sort of) Cayley graph of the group > Z₂²× Z₃ as follows: >
First, it seems that the Python code you copy/pasted in your message lost its indentation. Thus, I have no way to make sure that the identation I used is the one that you used. This being said, it seems that the problem comes from your dictionary 'imb': it should associated, to each vertex v of your graph, the list of its neighbors in some cyclic ordering. What Sage seems to say, however, is that while A*C appear in the list associated to 1, it is unable to find 1 in the list associated to A*C. I will try to make the error message more helpful. Nathann -- You received this message because you are subscribed to the Google Groups "sage-support" 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-support. For more options, visit https://groups.google.com/d/optout.
