]> Repositorios git - scryer-prolog.git/commitdiff
Revert "preliminary workaround for #788"
authorMarkus Triska <[email protected]>
Fri, 5 Feb 2021 19:59:47 +0000 (20:59 +0100)
committerMarkus Triska <[email protected]>
Fri, 5 Feb 2021 19:59:47 +0000 (20:59 +0100)
This reverts commit 164b9930640656700505188eab684b3575ab1fe8,
which was made obsolete by 75a52f032b95fc74c1c3fa93996fd0f61775c28f.

src/lib/clpz.pl

index b687354e05e6d6562ad3ceb380bb64ed85ac1194..b7fa0ea7f34a3ac750318028b98e18ffd24946fd 100644 (file)
@@ -6090,7 +6090,7 @@ distinct_goals_([flow_to(F,To)|Es], V) -->
               get_attr(To, lowlink, L2),
               L1 =\= L2 } ->
             { get_attr(To, value, N) },
-            [clpz:neq_num(V, N)]
+            [neq_num(V, N)]
         ;   []
         ),
         distinct_goals_(Es, V).
@@ -6611,7 +6611,7 @@ gcc_edge_goal(arc_to(_,_,V,F), Val) -->
               get_attr(Val, lowlink, L2),
               L1 =\= L2,
               get_attr(Val, value, Value) } ->
-            [clpz:neq_num(V, Value)]
+            [neq_num(V, Value)]
         ;   []
         ).