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_age(26, _G123, Candidate Variable_0) | | 2: Searching: calculate_age(26, Candidate Variable_1, Candidate Variable_0) |
| 3: Searching: _G123 is 26-5 | | 3: Searching: _15944 is 26-5 |
| 4: Found: 21 is 26-5 | | 4: Found: 21 is 26-5 |
| 5: Searching: _G124 is 2*21 | | 5: Searching: _7258 is 2*21 |
| 6: Found: 42 is 2*21 | | 6: Found: 42 is 2*21 |
| 7: Found: calculate_age(26, 21, 42) | | 7: Found: calculate_age(26, 21, 42) |
| 8: Found: query(42) | {'Result': 'LeoAge = 42'} | | 8: Found: query(42) | {'Result': ['42']} |
| | | |
| | | Looking for other paths: Redo: calculate_age(26, Candidate Variable_2, Candidate Variable_0) |
| | | |
| | | |
| | | [Path 2]: |
| | | 9: Found: calculate_age(26, Candidate Variable_3, Candidate Variable_0) |
| | | 10: Found: query(Candidate Variable_0) | {'Result': ['_7258']} |
| | | |