f | [Path 1]: | f | [Path 1]: |
| 0: Start of execution: Beginning Search | | 0: Start of execution: Beginning Search |
| 1: Searching: query | | 1: Searching: query |
| 2: Searching: nephew(william, manuel) | | 2: Searching: nephew(william, manuel) |
| 3: Searching: sibling(william, Candidate Variable_0) | | 3: Searching: sibling(william, Candidate Variable_0) |
| 4: Found: sibling(william, larry) | | 4: Found: sibling(william, larry) |
| 5: Searching: grandchild(larry, manuel) | | 5: Searching: grandchild(larry, manuel) |
n | 6: Searching: parent(Candidate Variable_1, manuel) | n | 6: Searching: parent(manuel, Candidate Variable_1) |
| 7: Found: parent(michele, manuel) | | 7: Found: parent(manuel, henry) |
| 8: Searching: parent(larry, michele) | | 8: Searching: parent(henry, larry) |
| 9: Fail: parent(larry, michele) | | 9: Fail: parent(henry, larry) | {'Result': 'Search Failed'} |
| 10: Fail: nephew(william, manuel) | | 10: Fail: grandchild(larry, manuel) | {'Result': 'Search Failed'} |
| 11: Fail: query | | 11: Fail: nephew(william, manuel) | {'Result': 'Search Failed'} |
| | | 12: Fail: query | {'Result': 'Search Failed'} |
| | | |
t | [Path 2]: | t | |
| 12: Redo: sibling(william, Candidate Variable_0) | | |
| 13: Found: sibling(william, larry) | | |
| 14: Searching: grandchild(larry, manuel) | | |
| 15: Searching: parent(larry, Candidate Variable_1) | | |
| 16: Found: parent(larry, manuel) | | |
| 17: Searching: parent(Candidate Variable_2, manuel) | | |
| 18: Found: parent(michele, manuel) | | |
| 19: Found: grandchild(larry, manuel) | | |
| 20: Searching: _1406=manuel | | |
| 21: Found: manuel=manuel | | |
| 22: Found: nephew(william, manuel) | | |
| 23: Comment: William is the nephew of Manuel. | | |
| 24: Found: query | {'Result': 'truth = True'} | | |