f | [Path 1]: | f | [Path 1]: |
n | | n | 0: Start of execution: Beginning Search |
| | | 1: Searching: query(Candidate Variable_0) |
| | | 2: Searching: find_dimensions(150, Candidate Variable_0) |
| | | 3: Searching: rectangle_dimensions(150, Candidate Variable_1, Candidate Variable_2) |
| | | 4: Fail: rectangle_dimensions(150, Candidate Variable_1, Candidate Variable_2) | {'Result': 'Search Failed'} |
| | | 5: Fail: find_dimensions(150, Candidate Variable_0) | {'Result': 'Search Failed'} |
| | | 6: Fail: query(Candidate Variable_0) | {'Result': 'Search Failed'} |
| | | |
t | 0: Start of execution: Beginning Search | t | |
| | | |
| 1: Searching: query(Candidate Variable_Dimensions) | | |
| | | |
| 2: Searching: find_dimensions(150, Candidate Variable_Dimensions) | | |
| | | |
| 3: Searching: rectangle_dimensions(150, Width, Length) | | |
| | | |
| 4: Searching: _14512 is 150=3*Width+30 | | |
| | | |
| 5: Found: Width=10, Length=15 | | |
| | | |
| 6: Found: rectangle_dimensions(150, 10, 15) | | |
| | | |
| 7: Found: find_dimensions(150, [10,15]) | | |
| | | |
| 8: Found: query([10,15]) | {'Result': 'Dimensions = [10, 15]'} | | |