Trivial
This commit is contained in:
parent
e66ff6777c
commit
0f46c97481
@ -45,7 +45,9 @@ student_ranking(SKey, Grades) :-
|
|||||||
|
|
||||||
:- ensure_loaded(tables).
|
:- ensure_loaded(tables).
|
||||||
|
|
||||||
% convert to longer names
|
%
|
||||||
|
% Convert to longer names
|
||||||
|
%
|
||||||
professor_ability(P,A) :- abi(P,A).
|
professor_ability(P,A) :- abi(P,A).
|
||||||
|
|
||||||
professor_popularity(P,A) :- pop(P,A).
|
professor_popularity(P,A) :- pop(P,A).
|
||||||
|
Reference in New Issue
Block a user