Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topological sort for displaying models #43

Open
sjunges opened this issue Jul 25, 2024 · 1 comment
Open

Topological sort for displaying models #43

sjunges opened this issue Jul 25, 2024 · 1 comment

Comments

@sjunges
Copy link

sjunges commented Jul 25, 2024

Many models that we consider, such as the NAND model, are acyclic. The current visualisation does not display these graphs left-to-right, but I think it would be great if it would do that. My guess is that we could do this by doing some topological sort to figure out some good hints for locations?

@YouGuessedMyName
Copy link
Collaborator

YouGuessedMyName commented Aug 11, 2024

I think this is possible with the current visualization library but I'm not entirely sure.

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

No branches or pull requests

2 participants