diff --git a/src/lib/clpz.pl b/src/lib/clpz.pl index 2c472a82..bb9ffcba 100644 --- a/src/lib/clpz.pl +++ b/src/lib/clpz.pl @@ -7611,7 +7611,7 @@ verify_attributes(Var, Other, Gs) :- ), domain_contains(Dom, Other), phrase(trigger_props(Ps), [Q], [_]), - Gs = [phrase(clpz:do_queue, [Q], _)] + Gs = [phrase(do_queue, [Q], _)] ; ( get_atts(Other, clpz(clpz_attr(_,_,_,OD,OPs,_))) -> domains_intersection(OD, Dom, Dom1), append_propagators(Ps, OPs, Ps1), @@ -7619,7 +7619,7 @@ verify_attributes(Var, Other, Gs) :- variables_same_queue([Var,Other]), phrase((fd_put(Other,Dom1,Ps1), trigger_props(Ps1)), [Q0], _), - Gs = [phrase(clpz:do_queue, [Q0], _)] + Gs = [phrase(do_queue, [Q0], _)] ; put_atts(Other, clpz(CLPZ)), Gs = [] )