Newer
Older
ai / lab7 / b-plan4.py
@Andreas Jaggi Andreas Jaggi on 15 May 2006 272 bytes Lab 7
execfile('lin_plan.py')
execfile('blocks.py')
## Blocks-world sample 4:
buildBlocksPlanner(['a', 'b', 'c'],
                   ['(clear a)', '(clear b)', '(on a c)', '(on-table b)', '(on-table c)', 'handempty'],
  	           ['(on a b)', '(on b c)'])

findPlan()