f | [Path 1]: | f | [Path 1]: |
n | 0: Start of execution: Begining Search | n | 0: Start of execution: Beginning Search |
| 1: Searching: query(Candidate Variable_0) | | 1: Searching: query(Candidate Variable_0) |
| 2: Searching: calculate_sugar_teaspoons(120, Candidate Variable_0) | | 2: Searching: calculate_sugar_teaspoons(120, Candidate Variable_0) |
| 3: Searching: sugar_fraction(Candidate Variable_1) | | 3: Searching: sugar_fraction(Candidate Variable_1) |
| 4: Searching: sugar_water_ratio(Candidate Variable_2, Candidate Variable_3) | | 4: Searching: sugar_water_ratio(Candidate Variable_2, Candidate Variable_3) |
| 5: Found: sugar_water_ratio(7, 13) | | 5: Found: sugar_water_ratio(7, 13) |
n | 6: Searching: _14516 is 7+13 | n | 6: Searching: _16354 is 7+13 |
| 7: Found: 20 is 7+13 | | 7: Found: 20 is 7+13 |
n | 8: Searching: _14522 is 7/20 | n | 8: Searching: _14512 is 7/20 |
| 9: Found: 0.35 is 7/20 | | 9: Found: 0.35 is 7/20 |
| 10: Found: sugar_fraction(0.35) | | 10: Found: sugar_fraction(0.35) |
n | 11: Searching: _14528 is 0.35*120 | n | 11: Searching: _5830 is 0.35*120 |
| 12: Found: 42.0 is 0.35*120 | | 12: Found: 42.0 is 0.35*120 |
| 13: Found: calculate_sugar_teaspoons(120, 42.0) | | 13: Found: calculate_sugar_teaspoons(120, 42.0) |
| 14: Found: query(42.0) | {'Result': 'SugarTeaspoons = 42.0'} | | 14: Found: query(42.0) | {'Result': 'SugarTeaspoons = 42.0'} |
t | | t | |