File size: 750 Bytes
45f037d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Analysis> Now the current block configuration is:
- Stack with blue block, yellow block, from bottom to top
- Stack with green block, orange block, purple block, from bottom to top
The action "move(purple,table)" is valid. We execute this action.
Now the current block configuration is:
- Stack with blue block, yellow block, from bottom to top
- Stack with green block, orange block, from bottom to top
- Stack with purple block
The action "move(orange,table)" is valid. We execute this action.
Now the current block configuration is:
- Stack with blue block, yellow block, from bottom to top
- Stack with green block
- Stack with purple block
- Stack with orange block
The action "move(green,yellow)" is valid. We execute this action.
<Output> Yes