]> Repositorios git - scryer-prolog.git/commitdiff
update comment to reflect the used propagators
authorMarkus Triska <[email protected]>
Tue, 10 Oct 2023 17:53:26 +0000 (19:53 +0200)
committerMarkus Triska <[email protected]>
Tue, 10 Oct 2023 19:32:45 +0000 (21:32 +0200)
src/lib/clpz.pl

index 76dee8bbd9b747a5fcc01cf336df97a989bfd46b..2432d6b19c0303a3dff41e6e93c3165db06e6e92 100644 (file)
@@ -3545,9 +3545,9 @@ L #\ R :- (L #\/ R) #/\ #\ (L #/\ R).
    undefined, created auxiliary constraints are killed, and the
    "clpz" attribute is removed from auxiliary variables.
 
-   For mod/2, div/2, rem/2 etc. we create a skeleton propagator and
-   remember it as an auxiliary constraint. The pskeleton propagator
-   can use the skeleton when the constraint is defined.
+   For (//)/2, (mod)/2 and (rem)/2, we create a skeleton propagator
+   and remember it as an auxiliary constraint. The pskeleton
+   propagator can use the skeleton when the constraint is defined.
 
    We cannot use a skeleton propagator for (/)/2, since (/)/2 can
    fail in cases such as 0 #==> X #= 1/2, where we expect success.