From: "Jason Hess (Miller Software Consulting, Inc.)"
<jason@millersoftware.ca>
> I've written a custom distribution script and I'd like to use
> recomputation as my search tree is quite deep. Are there any
> modifications I'm going to need to make to my distributor in order
to
> support the Search's recomputation?
No. Distribution only defines a search tree, and the search engine can
explore it any way it wants, keeping as many copies on the way as it
wants.
All you need to do is to invoke the search engine with recomputation
enabled.
http://www.mozart-oz.org/documentation/system/node11.html#generalsearc
h
For example
EngineKiller = {Search.one.depth YourScript RecomputationDepth }
Or if you use the Explorer to visualise search, select the
options/search menu item and try the settings there.
http://www.mozart-oz.org/documentation/explorer/node6.html#chapter.men
u
Gabor Szokoli
-
Please send submissions to users@mozart-oz.org
and administriva mail to users-request@mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.