]> Repositorios git - scryer-prolog.git/commitdiff
remove comment that seems no longer valid
authorMarkus Triska <[email protected]>
Thu, 5 May 2022 20:51:21 +0000 (22:51 +0200)
committerMarkus Triska <[email protected]>
Thu, 5 May 2022 20:51:49 +0000 (22:51 +0200)
src/lib/clpz.pl

index d887c211796adccfdb568cac4ae53de5008c2399..2ed2cfbbe775451da475b7a66189674eade7e005 100644 (file)
@@ -5134,7 +5134,6 @@ run_propagator(pmodz(X,Y,Z), MState) -->
                       domain_remove_smaller_than(ZD3, ZMin, ZD5) },
                       fd_put(Z, ZD5, ZPs)
                     % queue_goal(Z in ZMin..ZMax)
-                %/* This doesn't work very well.
                 ;   { fd_get(Y, _, _, n(YU), _), YU > 0 } ->
                     { fd_get(Z, ZD1, ZPs),
                       ZMax is YU - 1,
@@ -5147,7 +5146,6 @@ run_propagator(pmodz(X,Y,Z), MState) -->
                       domain_remove_smaller_than(ZD1, ZMin, ZD3) },
                       fd_put(Z, ZD3, ZPs)
                     % queue_goal(Z #> YL)
-                % * /
                 ;   true
                 )
             )