f | [Path 1]: | f | [Path 1]: |
t | 0: Start of execution: Begining Search | t | 0: Start of execution: Beginning Search |
| 1: Searching: query(Candidate Variable_0) | | 1: Searching: query(Candidate Variable_0) |
| 2: Searching: calculate_total_cost(Candidate Variable_0) | | 2: Searching: calculate_total_cost(Candidate Variable_0) |
| 3: Searching: width(14) | | 3: Searching: width(Candidate Variable_1) |
| 4: Found: width(14) | | 4: Found: width(14) |
| 5: Searching: length(25) | | 5: Searching: length(Candidate Variable_2) |
| 6: Found: length(25) | | 6: Found: length(25) |
| 7: Searching: depth(4) | | 7: Searching: depth(Candidate Variable_3) |
| 8: Found: depth(4) | | 8: Found: depth(4) |
| 9: Searching: calculate_volume(14, 25, 4, Candidate Variable_1) | | 9: Searching: calculate_volume(14, 25, 4, Candidate Variable_4) |
| 10: Searching: _14512 is 14*25*4 | | 10: Searching: _18162 is 14*25*4 |
| 11: Found: 1400 is 14*25*4 | | 11: Found: 1400 is 14*25*4 |
| 12: Found: calculate_volume(14, 25, 4, 1400) | | 12: Found: calculate_volume(14, 25, 4, 1400) |
| 13: Searching: calculate_gallons(1400, Candidate Variable_2) | | 13: Searching: calculate_gallons(1400, Candidate Variable_5) |
| 14: Searching: _15750 is 1400*5.9 | | 14: Searching: _20640 is 1400*5.9 |
| 15: Found: 8260.0 is 1400*5.9 | | 15: Found: 8260.0 is 1400*5.9 |
| 16: Found: calculate_gallons(1400, 8260.0) | | 16: Found: calculate_gallons(1400, 8260.0) |
| 17: Searching: calculate_cost(8260.0, Candidate Variable_0) | | 17: Searching: calculate_cost(8260.0, Candidate Variable_0) |
| 18: Searching: _17010 is 8260.0*0.10 | | 18: Searching: _5830 is 8260.0*0.1 |
| 19: Found: 826.0 is 8260.0*0.10 | | 19: Found: 826.0 is 8260.0*0.1 |
| 20: Found: calculate_cost(8260.0, 826.0) | | 20: Found: calculate_cost(8260.0, 826.0) |
| 21: Found: calculate_total_cost(826.0) | | 21: Found: calculate_total_cost(826.0) |
| 22: Found: query(826.0) | {'Result': 'TotalCost = 826.0'} | | 22: Found: query(826.0) | {'Result': 'TotalCost = 826.0'} |
| | | |