[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JSHOP problem



Hi Ravi,

 Probably you should be carefull that your based cases are well define, maybe 
you are letting the method apply all the time, see how (:method (move-block ?
nomove) in the bloksworld domain example take care of that in the last 
condition. 

For example running the JSHOP (on Windows XP Pro) in the bloksworld that define 
recursive methods like (:method (move-block ?nomove) and the  (:method (assert-
goals (list ?goal . ?goals) ?out) didn't cause me any trouble, the same apply 
to the logisitic domain that has similar recursive methods.

  Best Regards, Mariano

> Hi,
> 
>           I have this problem in JSHOP domain description, which I am
> unable to solve. I defined a recursive definition of a method and
> JSHOP
> is not terminating. Was anyone able to define a recursive method and
> get
> plans from JSHOP?
> 
>  
> 
> --ravi.
> 
>