f1[Path 1]:f1[Path 1]:
2 0: Start of execution: Beginning Search2 0: Start of execution: Beginning Search
3 1: Searching: query(Candidate Variable_0)3 1: Searching: query(Candidate Variable_0)
n4 2: Searching: initial_amount(500)n4 2: Searching: initial_amount(Candidate Variable_1)
5 3: Found: initial_amount(500)5 3: Found: initial_amount(500)
n6 4: Searching: clothes_spent(20, Candidate Variable_1, 500)n6 4: Searching: clothes_spent(20, Candidate Variable_2, 500)
7 5: Searching: _14512 is 500*20/1007 5: Searching: _15118 is 500*20/100
8 6: Found: 100 is 500*20/1008 6: Found: 100 is 500*20/100
9 7: Found: clothes_spent(20, 100, 500)9 7: Found: clothes_spent(20, 100, 500)
n10 8: Searching: remaining_after_clothes(500, 100, Candidate Variable_2)n10 8: Searching: remaining_after_clothes(500, 100, Candidate Variable_3)
11 9: Searching: _16976 is 500-10011 9: Searching: _17588 is 500-100
12 10: Found: 400 is 500-10012 10: Found: 400 is 500-100
13 11: Found: remaining_after_clothes(500, 100, 400)13 11: Found: remaining_after_clothes(500, 100, 400)
n14 12: Searching: cds_spent(400, 25, Candidate Variable_3)n14 12: Searching: cds_spent(400, 25, Candidate Variable_4)
15 13: Searching: _19440 is 400*25/10015 13: Searching: _20052 is 400*25/100
16 14: Found: 100 is 400*25/10016 14: Found: 100 is 400*25/100
17 15: Found: cds_spent(400, 25, 100)17 15: Found: cds_spent(400, 25, 100)
18 16: Searching: final_amount_left(400, 100, Candidate Variable_0)18 16: Searching: final_amount_left(400, 100, Candidate Variable_0)
n19 17: Searching: _22484 is 400-100n19 17: Searching: _5830 is 400-100
20 18: Found: 300 is 400-10020 18: Found: 300 is 400-100
21 19: Found: final_amount_left(400, 100, 300)21 19: Found: final_amount_left(400, 100, 300)
22 20: Found: query(300) | {'Result': 'FinalAmount = 300'}22 20: Found: query(300) | {'Result': 'FinalAmount = 300'}
tt23 
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op