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: total_books(Candidate Variable_1) | | 2: Searching: total_books(Candidate Variable_1) |
n | 3: Found: 38 = 38 | n | 3: Found: total_books(38) |
| 4: Searching: books_per_shelf(Candidate Variable_2) | | 4: Searching: books_per_shelf(Candidate Variable_2) |
n | 5: Found: 2 = 2 | n | 5: Found: books_per_shelf(2) |
| 6: Searching: calculate_bookshelves(38, 2, Candidate Variable_0) | | 6: Searching: calculate_bookshelves(38, 2, Candidate Variable_0) |
n | 7: Searching: _5834 is 38/2 | n | 7: Searching: _5830 is 38/2 |
| 8: Found: 19 is 38/2 | | 8: Found: 19 is 38/2 |
| 9: Found: calculate_bookshelves(38, 2, 19) | | 9: Found: calculate_bookshelves(38, 2, 19) |
| 10: Found: query(19) | {'Result': 'Bookshelves = 19'} | | 10: Found: query(19) | {'Result': 'Bookshelves = 19'} |
t | | t | |