f | [Path 1]: | f | [Path 1]: |
| 0: Start of execution: Beginning Search | | 0: Start of execution: Beginning Search |
| 1: Searching: query(Candidate Variable_0) | | 1: Searching: query(Candidate Variable_0) |
n | 2: Searching: total_oranges_harvested(28, 52, 26, Candidate Variable_0) | n | 2: Searching: total_oranges_harvested(Candidate Variable_1, Candidate Variable_2, 26, Candidate Variable_0) |
| 3: Found: total_oranges_harvested(28, 52, 26, 1352) | | 3: Fail: total_oranges_harvested(Candidate Variable_3, Candidate Variable_4, 26, Candidate Variable_0) | {'Result': 'Search Failed'} |
| 4: Found: query(1352) | {'Result': 'TotalSacks = 1352'} | | 4: Fail: query(Candidate Variable_0) | {'Result': 'Search Failed'} |
| | | |
t | Only one path is explored due to the specific values mentioned in the code. | t | |