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

findPlan()