correct odd accidental change to clpb.pl
This commit is contained in:
@@ -1184,7 +1184,7 @@ indomain(1).
|
|||||||
% Examples:
|
% Examples:
|
||||||
%
|
%
|
||||||
% ==
|
% ==
|
||||||
% ?-
|
% ?- sat(A =< B), Vs = [A,B], sat_count(+[1|Vs], Count).
|
||||||
% Vs = [A, B],
|
% Vs = [A, B],
|
||||||
% Count = 3,
|
% Count = 3,
|
||||||
% sat(A=:=A*B).
|
% sat(A=:=A*B).
|
||||||
@@ -1195,7 +1195,7 @@ indomain(1).
|
|||||||
% Vs = [...],
|
% Vs = [...],
|
||||||
% CountOr = 1329227995784915872903807060280344575,
|
% CountOr = 1329227995784915872903807060280344575,
|
||||||
% CountAnd = 1.
|
% CountAnd = 1.
|
||||||
% ==sat(A =< B), Vs = [A,B], sat_count(+[1|Vs], Count).
|
% ==
|
||||||
|
|
||||||
sat_count(Sat0, N) :-
|
sat_count(Sat0, N) :-
|
||||||
catch((parse_sat(Sat0, Sat),
|
catch((parse_sat(Sat0, Sat),
|
||||||
|
|||||||
Reference in New Issue
Block a user