f | [Path 1]: | f | [Path 1]: |
n | 0: Start of execution: Begining Search | n | 0: Start of execution: Beginning Search |
| 1: Searching: query(Candidate Variable_0) | | 1: Searching: query(Candidate Variable_0) |
| 2: Searching: pencil_rows(32, 8, Candidate Variable_0) | | 2: Searching: pencil_rows(32, 8, Candidate Variable_0) |
n | 3: Searching: _14516 is 32//8 | n | 3: Searching: _7574 is 32//8 |
| 4: Found: 4 is 32//8 | | 4: Found: 4 is 32//8 |
| 5: Searching: remainder_check(32, 8, 4) | | 5: Searching: remainder_check(32, 8, 4) |
t | 6: Searching: (32 mod 8 =:= 0) -> true ; write_message(warning, "There are leftover pencils that couldn't form a complete row.") | t | 6: Searching: 32 mod 8=:=0 |
| 7: Found: (32 mod 8 =:= 0) -> true | | 7: Found: 32 mod 8=:=0 |
| | | 8: Searching: true |
| | | 9: Found: true |
| 8: Found: remainder_check(32, 8, 4) | | 10: Found: remainder_check(32, 8, 4) |
| 9: Found: pencil_rows(32, 8, 4) | | 11: Found: pencil_rows(32, 8, 4) |
| 10: Found: query(4) | {'Result': 'NumRows = 4'} | | 12: Found: query(4) | {'Result': 'NumRows = 4'} |
| | | |