f | [Path 1]: | f | [Path 1]: |
n | 0: Start of execution: Beginning Search | n | 0: Start of execution: Beginning Search |
| 1: Searching: query | | 1: Searching: query |
| | | 2: Searching: organ_donation(Candidate Variable_0, Candidate Variable_1) |
| 2: Searching: organ_donation(Donor, Recipient) | | 3: Found: organ_donation(donor, recipient) |
| 3: Searching: living_donation(Donor, SurgicalProcedure) | | 4: Searching: living_donation(donor, Candidate Variable_2) |
| 4: Searching: donor_alive | | 5: Fail: living_donation(donor, Candidate Variable_3) | {'Result': 'Search Failed'} |
| 5: Fail: donor_alive | {'Result': 'Search Failed'} | | |
| | | |
n | Looking for other paths: Redo: organ_donation(Donor, Recipient) | n | Looking for other paths: Redo: query |
| | | |
| | | |
| [Path 2]: | | [Path 2]: |
n | 6: Searching: deceased_donation(Donor, BrainDead) | n | 6: Searching: deceased_donation(donor, Candidate Variable_4) |
| 7: Searching: donor_deceased | | |
| 8: Fail: donor_deceased | {'Result': 'Search Failed'} | | |
| 9: Fail: organ_donation(Donor, Recipient) | {'Result': 'Search Failed'} | | 7: Fail: deceased_donation(donor, Candidate Variable_5) | {'Result': 'Search Failed'} |
| 10: Fail: query | {'Result': 'Search Failed'} | | |
| | | Looking for other paths: Redo: organ_donation(Candidate Variable_0, Candidate Variable_1) |
| | | |
| | | |
t | Only failed paths are shown due to the presence of disjunctions. | t | [Path 3]: |
| | | 8: Found: organ_donation(life_saving_act, true) |
| | | 9: Searching: living_donation(life_saving_act, Candidate Variable_6) |
| | | 10: Fail: living_donation(life_saving_act, Candidate Variable_7) | {'Result': 'Search Failed'} |
| | | |
| | | Looking for other paths: Redo: query |
| | | |
| | | |
| | | [Path 4]: |
| | | 11: Searching: deceased_donation(life_saving_act, Candidate Variable_8) |
| | | 12: Fail: deceased_donation(life_saving_act, Candidate Variable_9) | {'Result': 'Search Failed'} |
| | | 13: Fail: query | {'Result': 'Search Failed'} |
| | | |