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_cost_to_buy_chickens(Candidate Variable_0) | | 2: Searching: total_cost_to_buy_chickens(Candidate Variable_0) |
| 3: Searching: total_chickens(Candidate Variable_1) | | 3: Searching: total_chickens(Candidate Variable_1) |
| 4: Found: total_chickens(300) | | 4: Found: total_chickens(300) |
| 5: Searching: fraction_to_sell(Candidate Variable_2) | | 5: Searching: fraction_to_sell(Candidate Variable_2) |
| 6: Found: fraction_to_sell(3/5) | | 6: Found: fraction_to_sell(3/5) |
| 7: Searching: selling_price_per_chicken(Candidate Variable_3) | | 7: Searching: selling_price_per_chicken(Candidate Variable_3) |
| 8: Found: selling_price_per_chicken(50) | | 8: Found: selling_price_per_chicken(50) |
| 9: Searching: _14516 is 300*3/5 | | 9: Searching: _18168 is 300* |
| 10: Found: 180 is 300*3/5 | | 10: Found: 180.0 is 300* |
| 11: Searching: _16356 is 180*50 | | 11: Searching: _5830 is 180.0*50 |
| 12: Found: 9000 is 180*50 | | 12: Found: 9000.0 is 180.0*50 |
| 13: Found: total_cost_to_buy_chickens(9000) | | 13: Found: total_cost_to_buy_chickens(9000.0) |
| 14: Found: query(9000) | {'Result': 'TotalCost = 9000'} | | 14: Found: query(9000.0) | {'Result': 'TotalCost = 9000.0'} |
| | | |