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_loss(Candidate Variable_0) | | 2: Searching: total_loss(Candidate Variable_0) |
| 3: Searching: refund_amount(Candidate Variable_1) | | 3: Searching: refund_amount(Candidate Variable_1) |
| 4: Searching: book_cost(32) | | 4: Searching: book_cost(Candidate Variable_2) |
| 5: Found: book_cost(32) | | 5: Found: book_cost(32) |
| | | 6: Searching: _14508 is 32*0.75 |
| | | 7: Found: 24.0 is 32*0.75 |
| 6: Found: refund_amount(24) | | 8: Found: refund_amount(24.0) |
| 7: Searching: shipping_cost(Candidate Variable_2) | | 9: Searching: shipping_cost(Candidate Variable_3) |
| 8: Searching: book_weight(4) | | 10: Searching: book_weight(Candidate Variable_4) |
| 9: Found: book_weight(4) | | 11: Found: book_weight(4) |
| 10: Searching: distance_to_center(20) | | 12: Searching: distance_to_center(Candidate Variable_5) |
| 11: Found: distance_to_center(20) | | 13: Found: distance_to_center(20) |
| | | 14: Searching: _18186 is 4*0.35+20*0.08 |
| | | 15: Found: 3.0 is 4*0.35+20*0.08 |
| 12: Found: shipping_cost(1.72) | | 16: Found: shipping_cost(3.0) |
| | | 17: Searching: _5830 is 24.0-3.0 |
| | | 18: Found: 21.0 is 24.0-3.0 |
| 13: Found: total_loss(22.28) | | 19: Found: total_loss(21.0) |
| 14: Found: query(22.28) | {'Result': 'TotalLoss = 22.28'} | | 20: Found: query(21.0) | {'Result': 'TotalLoss = 21.0'} |
| | | |