-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add digraph to cnf matrix #25
Comments
First pass at this library looks semi promising https://github.com/glejeune/node-graphviz. Hasn't been worked on in awhile, but seems to work. Obviously requires graphviz for png output. |
updates for args here: 600cf22 @qjhart Couple things.
Both -f dot and -f png are implemented. Pull and npm install. The png creation requires graphviz to be in your path. |
For the graph output, I'm not sure which values you want on the link labels. Currently it's [k]:[cost] |
Here's a simple example, of a digraph. It would be nice if we could add these in with the cnf matrix command, although they do get complicated pretty quickly.
The text was updated successfully, but these errors were encountered: