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_shelves_needed(Candidate Variable_0) | | 2: Searching: calculate_shelves_needed(Candidate Variable_0) |
| 3: Searching: total_bears_in_stock(4, 10, Candidate Variable_1) | | 3: Searching: total_bears_in_stock(4, 10, Candidate Variable_1) |
n | 4: Searching: _14512 is 4+10 | n | 4: Searching: _14508 is 4+10 |
| 5: Found: 14 is 4+10 | | 5: Found: 14 is 4+10 |
| 6: Found: total_bears_in_stock(4, 10, 14) | | 6: Found: total_bears_in_stock(4, 10, 14) |
| 7: Searching: shelves_needed(14, 7, Candidate Variable_0) | | 7: Searching: shelves_needed(14, 7, Candidate Variable_0) |
n | 8: Searching: _5834 is ceil(14/7) | n | 8: Searching: _5830 is ceil |
| 9: Found: 2 is ceil(14/7) | | 9: Found: 2 is ceil |
| 10: Found: shelves_needed(14, 7, 2) | | 10: Found: shelves_needed(14, 7, 2) |
| 11: Found: calculate_shelves_needed(2) | | 11: Found: calculate_shelves_needed(2) |
| 12: Found: query(2) | {'Result': 'Shelves = 2'} | | 12: Found: query(2) | {'Result': 'Shelves = 2'} |
t | | t | |