f1[Path 1]:f1[Path 1]:
2 0: Start of execution: Beginning Search2 0: Start of execution: Beginning Search
3 1: Searching: query3 1: Searching: query
4 2: Searching: total_ways(Candidate Variable_0)4 2: Searching: total_ways(Candidate Variable_0)
5 3: Searching: breakfast_choices(Candidate Variable_1)5 3: Searching: breakfast_choices(Candidate Variable_1)
6 4: Searching: num_fruits(Candidate Variable_2)6 4: Searching: num_fruits(Candidate Variable_2)
7 5: Found: num_fruits(6)7 5: Found: num_fruits(6)
n8 6: Found: Candidate Variable_1 is 6n8 6: Searching: _14488 is 6
9 7: Found: 6 is 6
9 7: Found: breakfast_choices(6)10 8: Found: breakfast_choices(6)
10 8: Searching: dinner_choices(Candidate Variable_3)11 9: Searching: dinner_choices(Candidate Variable_3)
11 9: Searching: num_vegetables(Candidate Variable_4)12 10: Searching: num_vegetables(Candidate Variable_4)
12 10: Found: num_vegetables(8)13 11: Found: num_vegetables(8)
13 11: Found: Candidate Variable_3 is 814 12: Searching: _18148 is 8
15 13: Found: 8 is 8
14 12: Found: dinner_choices(8)16 14: Found: dinner_choices(8)
15 13: Searching: _1814 is 6*817 15: Searching: _13878 is 6*8
16 14: Found: 48 is 6*818 16: Found: 48 is 6*8
17 15: Found: total_ways(48)19 17: Found: total_ways(48)
18 16: Found: query | {'Result': 'The total number of ways is: 48'}20 18: Comment: The total number of ways is: 48
21 19: Found: query | {'Result': 'truth = True'}
1922
t20 The search paths clearly show how the predicates are being invoked and the intermediate results.t
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op