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

findPlan()