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

findPlan()