f | [Path 1]: | f | [Path 1]: |
n | 0: Start of execution: Begining Search | n | 0: Start of execution: Beginning Search |
| 1: Searching: query | | 1: Searching: query |
| 2: Searching: dietary_recommendation(john) | | 2: Searching: dietary_recommendation(john) |
n | 3: Searching: impact_of_oranges(john, Impact) | n | 3: Searching: impact_of_oranges(john, Candidate Variable_0) |
| 4: Searching: individual_sensitivity(john, Condition) | | 4: Searching: individual_sensitivity(john, Candidate Variable_1) |
| 5: Searching: individual_sensitivity(john, sensitive_digestive_system) | | 5: Fail: individual_sensitivity(john, Candidate Variable_1) | {'Result': 'Search Failed'} |
| 6: Searching: oranges_nutrients(_, fiber, fiber) | | 6: Fail: impact_of_oranges(john, Candidate Variable_0) | {'Result': 'Search Failed'} |
| 7: Searching: oranges_nutrients(fiber, _, fiber) | | 7: Fail: dietary_recommendation(john) | {'Result': 'Search Failed'} |
| 8: Searching: impact_of_oranges(john, high) | | 8: Fail: query | {'Result': 'Search Failed'} |
| 9: Searching: moderate_consumption=moderate | | |
| 10: Searching: moderate_consumption=moderate | | |
| 11: Searching: format('For ~w, the recommended orange consumption is ~w.'-[john, moderate]) | | |
| 12: Searching: For john, the recommended orange consumption is moderate. | | |
| 13: Searching: dietary_recommendation(john) | | |
| 14: Searching: format('~n~w~n' ['Result']) | | |
| 15: Searching: ~nResult~n | | |
| 16: Searching: query | {'Result': 'yes'} | | |
| | | |
t | Looking for other paths: Redo: individual_sensitivity(john, Condition) | t | |
| | | |
| | | |
| [Path 2]: | | |
| 17: Searching: individual_sensitivity(john, fiber_intolerance) | | |
| 18: Searching: oranges_nutrients(_, _, citric_acid) | | |
| 19: Searching: oranges_nutrients(fiber, _, citric_acid) | | |
| 20: Fail: oranges_nutrients(fiber, _, citric_acid) | {'Result': 'Search Failed'} | | |
| | | |
| Looking for other paths: Redo: impact_of_oranges(john, Impact) | | |
| | | |
| | | |
| [Path 3]: | | |
| 21: Searching: impact_of_oranges(john, moderate) | | |
| 22: Searching: moderate_consumption=consume_oranges | | |
| 23: Searching: moderate_consumption=consume_oranges | | |
| 24: Searching: format('For ~w, the recommended orange consumption is ~w.'-[john, consume_oranges]) | | |
| 25: Searching: For john, the recommended orange consumption is consume_oranges. | | |
| 26: Searching: dietary_recommendation(john) | | |
| 27: Searching: format('~n~w~n' ['Result']) | | |
| 28: Searching: ~nResult~n | | |
| 29: Searching: query | {'Result': 'yes'} | | |