f | [Path 1]: | f | [Path 1]: |
n | 0: Start of execution: Begining Search | n | 0: Start of execution: Beginning Search |
| 1: Searching: query(Candidate Variable_0) | | 1: Searching: query(Candidate Variable_0) |
| 2: Searching: calculate_total_birds(Candidate Variable_0) | | 2: Searching: calculate_total_birds(Candidate Variable_0) |
| 3: Searching: total_birds_in_store(9, Candidate Variable_0) | | 3: Searching: total_birds_in_store(9, Candidate Variable_0) |
| 4: Searching: birds_in_cage(2, 2, Candidate Variable_1) | | 4: Searching: birds_in_cage(2, 2, Candidate Variable_1) |
n | 5: Searching: _14512 is 2+2 | n | 5: Searching: _15120 is 2+2 |
| 6: Found: 4 is 2+2 | | 6: Found: 4 is 2+2 |
| 7: Found: birds_in_cage(2, 2, 4) | | 7: Found: birds_in_cage(2, 2, 4) |
n | 8: Searching: _5834 is 4*9 | n | 8: Searching: _5830 is 4*9 |
| 9: Found: 36 is 4*9 | | 9: Found: 36 is 4*9 |
| 10: Found: total_birds_in_store(9, 36) | | 10: Found: total_birds_in_store(9, 36) |
| 11: Found: calculate_total_birds(36) | | 11: Found: calculate_total_birds(36) |
| 12: Found: query(36) | {'Result': 'TotalBirds = 36'} | | 12: Found: query(36) | {'Result': 'TotalBirds = 36'} |
t | | t | |