This commit is contained in:
Tiago Gomes 2012-12-12 15:47:09 +00:00
parent e66ff6777c
commit 0f46c97481

View File

@ -45,7 +45,9 @@ student_ranking(SKey, Grades) :-
:- ensure_loaded(tables).
% convert to longer names
%
% Convert to longer names
%
professor_ability(P,A) :- abi(P,A).
professor_popularity(P,A) :- pop(P,A).