f | [Path 1]: | f | [Path 1]: |
t | 0: Start of execution: Begining Search | t | 0: Start of execution: Beginning Search |
| 1: Searching: query(Width, Area) | | 1: Searching: query(Candidate Variable_0, Candidate Variable_1) |
| 2: Searching: pool_details(16, Width, Area) | | 2: Searching: pool_details(16, Candidate Variable_0, Candidate Variable_1) |
| 3: Searching: pool_width(16, Width) | | 3: Searching: pool_width(16, Candidate Variable_0) |
| 4: Found: Width is 16 / 2, Width = 8 | | 4: Searching: _5830 is 16/2 |
| | | 5: Found: 8 is 16/2 |
| 5: Found: pool_width(16, 8) | | 6: Found: pool_width(16, 8) |
| 6: Searching: pool_area(16, 8, Area) | | 7: Searching: pool_area(16, 8, Candidate Variable_1) |
| 7: Found: Area is 16 * 8, Area = 128 | | 8: Searching: _5832 is 16*8 |
| | | 9: Found: 128 is 16*8 |
| 8: Found: pool_area(16, 8, 128) | | 10: Found: pool_area(16, 8, 128) |
| 9: Found: pool_details(16, 8, 128) | | 11: Found: pool_details(16, 8, 128) |
| 10: Found: query(8, 128) | {'Result': 'Width = 8, Area = 128'} | | 12: Found: query(8, 128) | {'Result': 'Area = 128, Width = 8'} |
| | | |