f | [Path 1]: | f | [Path 1]: |
t | 0: Start of execution: Begining Search | t | 0: Start of execution: Beginning Search |
| 1: Searching: query(Candidate Variable_0) | | 1: Searching: query(Candidate Variable_0) |
| 2: Searching: calculate_dogs_left(Candidate Variable_0) | | 2: Searching: calculate_dogs_left(Candidate Variable_0) |
| 3: Searching: dogs_per_house(22, 5, Candidate Variable_1) | | 3: Searching: dogs_per_house(22, 5, Candidate Variable_1) |
| | | 4: Searching: _14508 is 22//5 |
| 4: Found: 4 is 22 // 5 | | 5: Found: 4 is 22//5 |
| 5: Found: dogs_per_house(22, 5, 4) | | 6: Found: dogs_per_house(22, 5, 4) |
| 6: Searching: total_dogs_accommodated(4, 5, Candidate Variable_2) | | 7: Searching: total_dogs_accommodated(4, 5, Candidate Variable_2) |
| | | 8: Searching: _16972 is 4*5 |
| 7: Found: 20 is 4 * 5 | | 9: Found: 20 is 4*5 |
| 8: Found: total_dogs_accommodated(4, 5, 20) | | 10: Found: total_dogs_accommodated(4, 5, 20) |
| 9: Searching: dogs_left(22, 20, Candidate Variable_0) | | 11: Searching: dogs_left(22, 20, Candidate Variable_0) |
| | | 12: Searching: _5830 is 22-20 |
| 10: Found: 2 is 22 - 20 | | 13: Found: 2 is 22-20 |
| 11: Found: dogs_left(22, 20, 2) | | 14: Found: dogs_left(22, 20, 2) |
| 12: Found: calculate_dogs_left(2) | | 15: Found: calculate_dogs_left(2) |
| 13: Found: query(2) | {'Result': 'DogsLeft = 2'} | | 16: Found: query(2) | {'Result': 'DogsLeft = 2'} |
| | | |