I'm still being picky...
This commit is contained in:
parent
5d644a69c0
commit
73025dfc11
@ -546,7 +546,7 @@ simplify_polynomial(P, P2) :-
|
||||
simplify_polynomial_as_list(L, L13) :-
|
||||
%% Convert each term to a list
|
||||
maplist(term_to_list, L, L2),
|
||||
%% Sort each sublist; done so the next
|
||||
%% Sort each sublist so that the next
|
||||
%% sort gives the correct results
|
||||
maplist(sort(0, @>=), L2, L3),
|
||||
%% Sort the outer list
|
||||
|
Reference in New Issue
Block a user