Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

to_dot does not work for graphs that don't implement vertex map #121

Open
Keno opened this issue Sep 11, 2014 · 0 comments
Open

to_dot does not work for graphs that don't implement vertex map #121

Keno opened this issue Sep 11, 2014 · 0 comments

Comments

@Keno
Copy link
Contributor

Keno commented Sep 11, 2014

I suppose the best thing to do is to keep the vertices in a hash table and print them in that order. Alternatively, my graph has a unique memory address for every vertex, but that didn't seem right to use as an index, so maybe we need some sort of vertex_id concept.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants