f | [Path 1]: | f | [Path 1]: |
t | 0: Start of execution: Beginning Search | t | 0: Start of execution: Beginning Search |
| 1: Searching: query(Candidate Variable_0) | | 1: Searching: query(Candidate Variable_0) |
| 2: Searching: calculate_boys_in_class3(Candidate Variable_0) | | 2: Searching: calculate_boys_in_class3(Candidate Variable_0) |
| 3: Searching: total_students(Candidate Variable_1) | | 3: Searching: total_students(Candidate Variable_1) |
| 4: Searching: students_per_class(Candidate Variable_2) | | 4: Searching: students_per_class(Candidate Variable_2) |
| 5: Found: students_per_class(20) | | 5: Found: students_per_class(20) |
| 6: Searching: total_classes(Candidate Variable_3) | | 6: Searching: total_classes(Candidate Variable_3) |
| 7: Found: total_classes(3) | | 7: Found: total_classes(3) |
| 8: Searching: _14556 is 20*3 | | 8: Searching: _16708 is 20*3 |
| 9: Found: 60 is 20*3 | | 9: Found: 60 is 20*3 |
| 10: Found: total_students(60) | | 10: Found: total_students(60) |
| 11: Searching: gender_distribution(boys, Candidate Variable_4) | | 11: Searching: gender_distribution(boys, Candidate Variable_4) |
| 12: Found: gender_distribution(boys, 0.5) | | 12: Found: gender_distribution(boys, 0.5) |
| 13: Searching: known_quantity(girls, class1, 15) | | 13: Searching: known_quantity(girls, class1, Candidate Variable_5) |
| 14: Found: known_quantity(girls, class1, 15) | | 14: Found: known_quantity(girls, class1, 15) |
| 15: Searching: known_quantity(girls, class2, 12) | | 15: Searching: known_quantity(girls, class2, Candidate Variable_6) |
| 16: Found: known_quantity(girls, class2, 12) | | 16: Found: known_quantity(girls, class2, 12) |
| 17: Searching: _15790 is 60/2-15-12 | | 17: Searching: _25290 is 60/2-15-12 |
| 18: Found: 18 is 60/2-15-12 | | 18: Found: 3 is 60/2-15-12 |
| 19: Searching: _5834 is 18/2 | | 19: Searching: _8030 is 3/2 |
| 20: Found: 9 is 18/2 | | 20: Found: 1.5 is 3/2 |
| 21: Found: calculate_boys_in_class3(9) | | 21: Found: calculate_boys_in_class3(1.5) |
| 22: Found: query(9) | {'Result': 'BoysInClass3 = 9'} | | 22: Found: query(1.5) | {'Result': 'BoysInClass3 = 1.5'} |
| | | |