f | [Path 1]: | f | [Path 1]: |
| 0: Start of execution: Beginning Search | | 0: Start of execution: Beginning Search |
| 1: Searching: query | | 1: Searching: query |
n | 2: Searching: \+ is_spouse(anthony, daniel) | n | 2: Searching: is_spouse(anthony, daniel) |
| 3: Searching: married(anthony, daniel) | | 3: Searching: married(anthony, daniel) |
| 4: Fail: married(anthony, daniel) | {'Result': 'Search Failed'} | | 4: Fail: married(anthony, daniel) | {'Result': 'Search Failed'} |
t | 5: Found: \+ is_spouse(anthony, daniel) | t | |
| | | Looking for other paths: Redo: is_spouse(anthony, daniel) |
| | | |
| | | |
| | | [Path 2]: |
| | | 5: Searching: married(daniel, anthony) |
| | | 6: Fail: married(daniel, anthony) | {'Result': 'Search Failed'} |
| | | 7: Fail: is_spouse(anthony, daniel) | {'Result': 'Search Failed'} |
| | | |
| | | Looking for other paths: Redo: query |
| | | |
| | | |
| | | [Path 3]: |
| 6: Searching: \+ is_parent(anthony, daniel) | | 8: Searching: is_parent(anthony, daniel) |
| 7: Searching: parent(anthony, daniel) | | 9: Searching: parent(anthony, daniel) |
| 8: Fail: parent(anthony, daniel) | {'Result': 'Search Failed'} | | 10: Fail: parent(anthony, daniel) | {'Result': 'Search Failed'} |
| 9: Found: \+ is_parent(anthony, daniel) | | 11: Fail: is_parent(anthony, daniel) | {'Result': 'Search Failed'} |
| | | |
| | | Looking for other paths: Redo: query |
| | | |
| | | |
| | | [Path 4]: |
| 10: Searching: \+ is_sibling(anthony, daniel) | | 12: Searching: is_sibling(anthony, daniel) |
| 11: Searching: sibling(anthony, daniel) | | 13: Searching: sibling(anthony, daniel) |
| 12: Fail: sibling(anthony, daniel) | {'Result': 'Search Failed'} | | 14: Fail: sibling(anthony, daniel) | {'Result': 'Search Failed'} |
| 13: Found: \+ is_sibling(anthony, daniel) | | |
| | | Looking for other paths: Redo: is_sibling(anthony, daniel) |
| | | |
| | | |
| | | [Path 5]: |
| | | 15: Searching: sibling(daniel, anthony) |
| | | 16: Fail: sibling(daniel, anthony) | {'Result': 'Search Failed'} |
| | | 17: Fail: is_sibling(anthony, daniel) | {'Result': 'Search Failed'} |
| | | |
| | | Looking for other paths: Redo: query |
| | | |
| | | |
| | | [Path 6]: |
| 14: Found: query | {'Result': 'truth = True'} | | 18: Found: query | {'Result': 'truth = True'} |
| | | |