f | [Path 1]: | f | [Path 1]: |
| 0: Start of execution: Beginning Search | | 0: Start of execution: Beginning Search |
| 1: Searching: query | | 1: Searching: query |
| 2: Searching: total_ways(Candidate Variable_0) | | 2: Searching: total_ways(Candidate Variable_0) |
| 3: Searching: breakfast_choices(Candidate Variable_1) | | 3: Searching: breakfast_choices(Candidate Variable_1) |
| 4: Searching: num_fruits(Candidate Variable_2) | | 4: Searching: num_fruits(Candidate Variable_2) |
| 5: Found: num_fruits(6) | | 5: Found: num_fruits(6) |
n | 6: Found: Candidate Variable_1 is 6 | n | 6: Searching: _14488 is 6 |
| | | 7: Found: 6 is 6 |
| 7: Found: breakfast_choices(6) | | 8: Found: breakfast_choices(6) |
| 8: Searching: dinner_choices(Candidate Variable_3) | | 9: Searching: dinner_choices(Candidate Variable_3) |
| 9: Searching: num_vegetables(Candidate Variable_4) | | 10: Searching: num_vegetables(Candidate Variable_4) |
| 10: Found: num_vegetables(8) | | 11: Found: num_vegetables(8) |
| 11: Found: Candidate Variable_3 is 8 | | 12: Searching: _18148 is 8 |
| | | 13: Found: 8 is 8 |
| 12: Found: dinner_choices(8) | | 14: Found: dinner_choices(8) |
| 13: Searching: _1814 is 6*8 | | 15: Searching: _13878 is 6*8 |
| 14: Found: 48 is 6*8 | | 16: Found: 48 is 6*8 |
| 15: Found: total_ways(48) | | 17: Found: total_ways(48) |
| 16: Found: query | {'Result': 'The total number of ways is: 48'} | | 18: Comment: The total number of ways is: 48 |
| | | 19: Found: query | {'Result': 'truth = True'} |
| | | |
t | The search paths clearly show how the predicates are being invoked and the intermediate results. | t | |