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: total_spent(Candidate Variable_0) | | 2: Searching: total_spent(Candidate Variable_0) |
| 3: Searching: total_cost_before_discount(Candidate Variable_1) | | 3: Searching: total_cost_before_discount(Candidate Variable_1) |
| 4: Searching: fireworks_cost(package1, Candidate Variable_2) | | 4: Searching: fireworks_cost(package1, Candidate Variable_2) |
| 5: Found: fireworks_cost(package1, 400) | | 5: Found: fireworks_cost(package1, 400) |
| 6: Searching: fireworks_cost(package2, Candidate Variable_3) | | 6: Searching: fireworks_cost(package2, Candidate Variable_3) |
| 7: Found: fireworks_cost(package2, 800) | | 7: Found: fireworks_cost(package2, 2*400) |
| 8: Searching: _14512 is 400+800 | | 8: Searching: _14508 is 400+2*400 |
| 9: Found: 1200 is 400+800 | | 9: Found: 1200 is 400+2*400 |
| 10: Found: total_cost_before_discount(1200) | | 10: Found: total_cost_before_discount(1200) |
| 11: Searching: total_cost_after_discount(1200, Candidate Variable_0) | | 11: Searching: total_cost_after_discount(1200, Candidate Variable_4) |
| 12: Searching: _16976 is 1200*0.8 | | 12: Searching: _19414 is 1200*0.8 |
| 13: Found: 960.0 is 1200*0.8 | | 13: Found: 960.0 is 1200*0.8 |
| 14: Found: total_cost_after_discount(1200, 960.0) | | 14: Found: total_cost_after_discount(1200, 960.0) |
| 15: Searching: fireworks_cost(finale_firework, Candidate Variable_1) | | 15: Searching: fireworks_cost(finale_firework, Candidate Variable_5) |
| 16: Found: fireworks_cost(finale_firework, 150) | | 16: Found: fireworks_cost(finale_firework, 150) |
| 17: Searching: _21896 is 960.0+150 | | 17: Searching: _5830 is 960.0+150 |
| 18: Found: 1110.0 is 960.0+150 | | 18: Found: 1110.0 is 960.0+150 |
| 19: Found: total_spent(1110.0) | | 19: Found: total_spent(1110.0) |
| 20: Found: query(1110.0) | {'Result': 'TotalSpent = 1110.0'} | | 20: Found: query(1110.0) | {'Result': 'TotalSpent = 1110.0'} |
| | | |