f | [Path 1]: | f | [Path 1]: |
t | 0: Start of execution: Beginning Search | t | 0: Start of execution: Beginning Search |
| 1: Searching: query(Candidate Variable_0) | | 1: Call: query(Candidate Variable_0) |
| 2: Searching: total_spending(Candidate Variable_0) | | 2: Call: total_spending(Candidate Variable_0) |
| 3: Searching: tank_top_cost(Candidate Variable_1) | | 3: Call: tank_top_cost(Candidate Variable_1) |
| 4: Found: tank_top_cost(10) | | 4: Exit: tank_top_cost(10) |
| 5: Searching: running_shorts_cost(Candidate Variable_2) | | 5: Call: running_shorts_cost(Candidate Variable_2) |
| 6: Searching: tank_top_cost(Candidate Variable_3) | | 6: Call: tank_top_cost(Candidate Variable_3) |
| 7: Found: tank_top_cost(10) | | 7: Exit: tank_top_cost(10) |
| 8: Searching: _15734 is 10+5 | | 8: Call: _15726 is 10+5 |
| 9: Found: 15 is 10+5 | | 9: Exit: 15 is 10+5 |
| 10: Found: running_shorts_cost(15) | | 10: Exit: running_shorts_cost(15) |
| 11: Searching: tennis_shoes_cost(Candidate Variable_4) | | 11: Call: tennis_shoes_cost(Candidate Variable_4) |
| 12: Searching: _16976 is 48//2 | | 12: Call: _20002 is 48 |
| 13: Found: 24 is 48//2 | | 13: Exit: 48 is 48 |
| | | 14: Call: _19392 is 48//2 |
| | | 15: Exit: 24 is 48//2 |
| 14: Found: tennis_shoes_cost(24) | | 16: Exit: tennis_shoes_cost(24) |
| 15: Searching: athletic_socks_cost(Candidate Variable_5) | | 17: Call: athletic_socks_cost(Candidate Variable_5) |
| 16: Searching: _18810 is 8-2 | | 18: Call: _23676 is 8 |
| 17: Found: 6 is 8-2 | | 19: Exit: 8 is 8 |
| | | 20: Call: _24902 is 2 |
| | | 21: Exit: 2 is 2 |
| | | 22: Call: _23066 is 8-2 |
| | | 23: Exit: 6 is 8-2 |
| 18: Found: athletic_socks_cost(6) | | 24: Exit: athletic_socks_cost(6) |
| 19: Searching: _18196 is 10+15+24+6 | | 25: Call: _5830 is 10+15+24+6 |
| 20: Found: 55 is 10+15+24+6 | | 26: Exit: 55 is 10+15+24+6 |
| 21: Found: total_spending(55) | | 27: Exit: total_spending(55) |
| 22: Found: query(55) | {'Result': 'TotalSpending = 55'} | | 28: Exit: query(55) | {'Result': 'TotalSpending = 55'} |
| | | |