NaHajoura / crisp-nlg

Automatically exported from code.google.com/p/crisp-nlg
0 stars 0 forks source link

Overly long search on mod6 #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Mod6 requires a plan of length 10.  However, the planner starts search on
length 10 with a -step9 action, and then takes a long time to realize that
this doesn't work.

Is there any way (stronger mutex relations?  more than binary mutexes?) to
make it explore the -step10 action first?

Original issue reported on code.google.com by akol...@gmail.com on 25 May 2007 at 4:13

GoogleCodeExporter commented 9 years ago
The behavior can be observed by using the option SHOW_SEARCH_TRACE (and
MIN_PLAN_DEPTH=10 if you want to skip the search on too-short graphs).

Original comment by akol...@gmail.com on 25 May 2007 at 6:46

GoogleCodeExporter commented 9 years ago

Original comment by akol...@gmail.com on 6 Jun 2007 at 1:50