I have a Dijkstra code in Prolog which shows me the shortest path. Now I want to visualize the result as a graph. Since I am very new to Prolog I do not know how can I do it. Is Graphviz something which can help? Is there an example that help me to do it? Thank you in Advance!
Asked
Active
Viewed 1,212 times
1 Answers
3
Swish has a graphviz renderer.

user27815
- 4,767
- 14
- 28
-
Thank you. That was a good website. That would be great if you could please provide me better examples with both .pl und .dot files. Because I am still a bit confused. Thank you. – Katty Jul 10 '16 at 19:27
-
2But the linked website has a nice example with prolog and dot code? – lambda.xy.x Jul 11 '16 at 13:56