Fix typo
This commit is contained in:
@@ -181,7 +181,7 @@ polynomial_variable(X) :-
|
|||||||
% Returns true if X is a power term, false otherwise.
|
% Returns true if X is a power term, false otherwise.
|
||||||
%
|
%
|
||||||
power(P^N) :-
|
power(P^N) :-
|
||||||
%% CLPFD comparassion. Reversible
|
%% CLPFD comparison. Reversible
|
||||||
N #>= 1,
|
N #>= 1,
|
||||||
polynomial_variable(P).
|
polynomial_variable(P).
|
||||||
power(X) :-
|
power(X) :-
|
||||||
|
|||||||
Reference in New Issue
Block a user