Closed glarange closed 3 years ago
What is meant by "the graph for the expression u"?
You already answered this over in
https://github.com/tulip-control/dd/issues/71:
aut.bdd.dump('example_1.pdf', [u])
Sorry for repeat question. What I got after trying above was:
FileNotFoundError: [WinError 2] "dot" not found in path
I suspect this is something to do with graphviz, but am not sure.
So the graph here refers to the BDD that represents u
.
Yes, the message about dot
is related to GraphViz.
How do I plot the graph for the expression u below? Thanks, Gui