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 |
t | 2: Searching: majority_popular_vote_candidate(Candidate) | t | 2: Searching: majority_popular_vote_candidate(Candidate Variable_0) |
| 3: Searching: total_popular_vote_percentage(TotalPercentage) | | 3: Searching: total_popular_vote_percentage(Candidate Variable_1) |
| 4: Searching: popular_vote_percentage(william_howard_taft, TaftPercentage) | | 4: Searching: popular_vote_percentage(william_howard_taft, Candidate Variable_2) |
| | | 5: Found: popular_vote_percentage(william_howard_taft, 23) |
| 5: Searching: popular_vote_percentage(woodrow_wilson, WilsonPercentage) | | 6: Searching: popular_vote_percentage(woodrow_wilson, Candidate Variable_3) |
| | | 7: Found: popular_vote_percentage(woodrow_wilson, 42) |
| 6: Searching: popular_vote_percentage(theodore_roosevelt, RooseveltPercentage) | | 8: Searching: popular_vote_percentage(theodore_roosevelt, Candidate Variable_4) |
| | | 9: Found: popular_vote_percentage(theodore_roosevelt, 27) |
| 7: Searching: popular_vote_percentage(eugene_v_debs, DebsPercentage) | | 10: Searching: popular_vote_percentage(eugene_v_debs, Candidate Variable_5) |
| 8: Searching: TotalPercentage is 23+42+27+8 | | 11: Found: popular_vote_percentage(eugene_v_debs, 8) |
| | | 12: Searching: _15912 is 23+42+27+8 |
| | | 13: Found: 100 is 23+42+27+8 |
| | | 14: Found: total_popular_vote_percentage(100) |
| 9: Searching: popular_vote_percentage(Candidate, CandidatePercentage) | | 15: Searching: popular_vote_percentage(Candidate Variable_6, Candidate Variable_7) |
| 10: Searching: CandidatePercentage>100/2 | | 16: Found: popular_vote_percentage(william_howard_taft, 23) |
| | | 17: Searching: 23>100/2 |
| 11: Fail: CandidatePercentage>100/2 | {'Result': 'Search Failed'} | | 18: Fail: 23>100/2 | {'Result': 'Search Failed'} |
| | | |
| | | Looking for other paths: Redo: popular_vote_percentage(Candidate Variable_6, Candidate Variable_7) |
| | | |
| | | |
| | | [Path 2]: |
| | | 19: Found: popular_vote_percentage(woodrow_wilson, 42) |
| | | 20: Searching: 42>100/2 |
| | | 21: Fail: 42>100/2 | {'Result': 'Search Failed'} |
| | | |
| | | Looking for other paths: Redo: popular_vote_percentage(Candidate Variable_6, Candidate Variable_7) |
| | | |
| | | |
| | | [Path 3]: |
| | | 22: Found: popular_vote_percentage(theodore_roosevelt, 27) |
| | | 23: Searching: 27>100/2 |
| | | 24: Fail: 27>100/2 | {'Result': 'Search Failed'} |
| | | |
| | | Looking for other paths: Redo: popular_vote_percentage(Candidate Variable_6, Candidate Variable_7) |
| | | |
| | | |
| | | [Path 4]: |
| | | 25: Found: popular_vote_percentage(eugene_v_debs, 8) |
| | | 26: Searching: 8>100/2 |
| | | 27: Fail: 8>100/2 | {'Result': 'Search Failed'} |
| 12: Fail: majority_popular_vote_candidate(Candidate) | {'Result': 'Search Failed'} | | 28: Fail: majority_popular_vote_candidate(Candidate Variable_8) | {'Result': 'Search Failed'} |
| 13: Fail: query | {'Result': 'Search Failed'} | | 29: Fail: query | {'Result': 'Search Failed'} |
| | | |