f1[Path 1]:f1[Path 1]:
n2 0: Start of execution: Begining Searchn2 0: Start of execution: Beginning Search
3 1: Searching: query(Candidate Variable_0)3 1: Searching: query(Candidate Variable_0)
4 2: Searching: calculate_total_time(Candidate Variable_0)4 2: Searching: calculate_total_time(Candidate Variable_0)
5 3: Searching: time_to_cross_lake(Candidate Variable_0)5 3: Searching: time_to_cross_lake(Candidate Variable_0)
t6 4: Searching: _14512 is 0.6*20t6 4: Searching: _15116 is 0.6*20
7 5: Found: 12 is 0.6*207 5: Found: 12.0 is 0.6*20
8 6: Searching: _16360 is 12.0/2
9 7: Found: 6.0 is 12.0/2
10 8: Searching: _17598 is 6.0/2
11 9: Found: 3.0 is 6.0/2
12 10: Searching: _18836 is 0.4*20
13 11: Found: 8.0 is 0.4*20
14 12: Searching: _20080 is 8.0/1
15 13: Found: 8.0 is 8.0/1
16 14: Searching: _5830 is 6.0+3.0+8.0
17 15: Found: 17.0 is 6.0+3.0+8.0
8 6: Found: time_to_cross_lake(12)18 16: Found: time_to_cross_lake(17.0)
9 7: Searching: _14532 is 12/2
10 8: Found: 6 is 12/2
11 9: Found: time_to_cross_lake(12) | {'DistanceSwam': 12, 'TimeSwimmingInitial': 6}
12 10: Searching: _14552 is 6/2
13 11: Found: 3 is 6/2
14 12: Found: time_to_cross_lake(12) | {'DistanceSwam': 12, 'TimeSwimmingInitial': 6, 'TimeResting': 3}
15 13: Searching: _14572 is 0.4*20
16 14: Found: 8 is 0.4*20
17 15: Found: time_to_cross_lake(12) | {'DistanceSwam': 12, 'TimeSwimmingInitial': 6, 'TimeResting': 3, 'RemainingDistance': 8}
18 16: Searching: _14592 is 8/1
19 17: Found: 8 is 8/1
20 18: Found: time_to_cross_lake(12) | {'DistanceSwam': 12, 'TimeSwimmingInitial': 6, 'TimeResting': 3, 'RemainingDistance': 8, 'TimeSwimmingRemaining': 8}
21 19: Searching: _14612 is 6+3+8
22 20: Found: 17 is 6+3+8
23 21: Found: time_to_cross_lake(12) | {'DistanceSwam': 12, 'TimeSwimmingInitial': 6, 'TimeResting': 3, 'RemainingDistance': 8, 'TimeSwimmingRemaining': 8, 'TotalTime': 17}
24 22: Found: calculate_total_time(17)19 17: Found: calculate_total_time(17.0)
25 23: Found: query(17) | {'Result': 'TotalTime = 17'}20 18: Found: query(17.0) | {'Result': 'TotalTime = 17.0'}
21 
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op