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: query_days_to_surpass_window(Candidate Variable_0)4 2: Searching: query_days_to_surpass_window(Candidate Variable_0)
5 3: Searching: days_to_surpass_window(4, 20, Candidate Variable_0)5 3: Searching: days_to_surpass_window(4, 20, Candidate Variable_0)
t6 4: Searching: 4 < 20t6 4: Searching: 4<20
7 5: Found: 4<20
7 5: Searching: _15130 is 4*28 6: Searching: _16348 is 4*2
8 6: Found: 8 is 4*29 7: Found: 8 is 4*2
9 7: Searching: days_to_surpass_window(8, 20, Candidate Variable_1)10 8: Searching: days_to_surpass_window(8, 20, Candidate Variable_1)
10 8: Searching: 8 < 2011 9: Searching: 8<20
12 10: Found: 8<20
11 9: Searching: _16356 is 8*213 11: Searching: _19422 is 8*2
12 10: Found: 16 is 8*214 12: Found: 16 is 8*2
13 11: Searching: days_to_surpass_window(16, 20, Candidate Variable_2)15 13: Searching: days_to_surpass_window(16, 20, Candidate Variable_2)
14 12: Searching: 16 < 2016 14: Searching: 16<20
17 15: Found: 16<20
15 13: Searching: _5834 is 16*218 16: Searching: _22496 is 16*2
16 14: Found: 32 is 16*219 17: Found: 32 is 16*2
17 15: Searching: days_to_surpass_window(32, 20, Candidate Variable_3)20 18: Searching: days_to_surpass_window(32, 20, Candidate Variable_3)
21 19: Searching: 32<20
22 20: Fail: 32<20 | {'Result': 'Search Failed'}
23 
24Looking for other paths: Redo: days_to_surpass_window(32, 20, Candidate Variable_3)
25 
26 
27[Path 2]:
28 21: Searching: 32>=20
29 22: Found: 32>=20
18 16: Found: days_to_surpass_window(32, 20, 2)30 23: Found: days_to_surpass_window(32, 20, 0)
31 24: Searching: _20654 is 0+1
32 25: Found: 1 is 0+1
19 17: Found: days_to_surpass_window(16, 20, 3)33 26: Found: days_to_surpass_window(16, 20, 1)
34 27: Searching: _17580 is 1+1
35 28: Found: 2 is 1+1
20 18: Found: days_to_surpass_window(8, 20, 4)36 29: Found: days_to_surpass_window(8, 20, 2)
37 30: Searching: _5830 is 2+1
38 31: Found: 3 is 2+1
21 19: Found: days_to_surpass_window(4, 20, 5)39 32: Found: days_to_surpass_window(4, 20, 3)
22 20: Found: query_days_to_surpass_window(5)40 33: Found: query_days_to_surpass_window(3)
23 21: Found: query(5) | {'Result': 'Answer = 5'}41 34: Found: query(3) | {'Result': 'Answer = 3'}
42 
43Looking for other paths: Redo: days_to_surpass_window(16, 20, Candidate Variable_2)
44 
45 
46[Path 3]:
47 35: Searching: 16>=20
48 36: Fail: 16>=20 | {'Result': 'Search Failed'}
49 37: Fail: days_to_surpass_window(16, 20, Candidate Variable_2) | {'Result': 'Search Failed'}
50 
51Looking for other paths: Redo: days_to_surpass_window(8, 20, Candidate Variable_1)
52 
53 
54[Path 4]:
55 38: Searching: 8>=20
56 39: Fail: 8>=20 | {'Result': 'Search Failed'}
57 40: Fail: days_to_surpass_window(8, 20, Candidate Variable_1) | {'Result': 'Search Failed'}
58 
59Looking for other paths: Redo: days_to_surpass_window(4, 20, Candidate Variable_0)
60 
61 
62[Path 5]:
63 41: Searching: 4>=20
64 42: Fail: 4>=20 | {'Result': 'Search Failed'}
65 43: Fail: days_to_surpass_window(4, 20, Candidate Variable_0) | {'Result': 'Search Failed'}
66 44: Fail: query_days_to_surpass_window(Candidate Variable_0) | {'Result': 'Search Failed'}
67 45: Fail: query(Candidate Variable_0) | {'Result': 'Search Failed'}
68 
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op