previous up next
Go backward to `desing/maxnnc`
Go up to Procedures
Go forward to `desing/monsequence`

`desing/maketree`

It is also an interface procedure under the short name maketree. It retrieves the resolution tree from a saved computation and exports it in HTML format into the file tree.html in the directory given by htmlpath. This is a wrapper for the procedure `desing/dumpTree` specializing it to this task.

Input:
The same as of `desing/dcontinue`.
Output:
-
Since the tree.html file is by default saved only at the end of the computation, to browse the HTML pages of the charts of an unfinished computation, one has to generate the tree manually with this procedure.
previous up next