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) |
| 2: Searching: initial_money(Candidate Variable_1) | | 2: Searching: initial_money(Candidate Variable_1) |
| 3: Found: initial_money(2) | | 3: Found: initial_money(2) |
| 4: Searching: money_from_mom(Candidate Variable_2) | | 4: Searching: money_from_mom(Candidate Variable_2) |
| 5: Found: money_from_mom(2) | | 5: Found: money_from_mom(2) |
| 6: Searching: money_from_dad(Candidate Variable_3) | | 6: Searching: money_from_dad(Candidate Variable_3) |
| 7: Found: money_from_dad(4) | | 7: Found: money_from_dad(4) |
| 8: Searching: money_spent(Candidate Variable_4) | | 8: Searching: money_spent(Candidate Variable_4) |
| 9: Found: money_spent(3) | | 9: Found: money_spent(3) |
| 10: Searching: gwens_money(2, 2, 4, Candidate Variable_0) | | 10: Searching: gwens_money(2, 2, 4, Candidate Variable_0) |
n | 11: Searching: _3452 is 2+4 | n | 11: Fail: gwens_money(2, 2, 4, Candidate Variable_0) | {'Result': 'Search Failed'} |
| 12: Found: 6 is 2+4 | | 12: Fail: query(Candidate Variable_0) | {'Result': 'Search Failed'} |
| 13: Searching: _6541 is 6-2 | | |
| 14: Found: 4 is 6-2 | | |
| 15: Found: gwens_money(2, 2, 4, 4) | | |
| 16: Found: query(4) | {'Result': 'FinalMoney = 4'} | | |
| | | |
t | The answer is found and the search terminates. | t | |