pygraphviz is only ever used to plot the search tree for tiger as a demonstration. Such a plot does not work well for large search trees. Instead, directly interacting with the tree and printing it using the TreeDebugger (upcoming release) may be more useful.
pygraphviz
is only ever used to plot the search tree for tiger as a demonstration. Such a plot does not work well for large search trees. Instead, directly interacting with the tree and printing it using theTreeDebugger
(upcoming release) may be more useful.