Merge pull request #450 from triska/master
do not project queue/2 attributes to residual goals
This commit is contained in:
@@ -7424,6 +7424,10 @@ intervals_to_drep([A0-B0|Rest], Drep0, Drep) :-
|
|||||||
),
|
),
|
||||||
intervals_to_drep(Rest, Drep0 \/ D1, Drep).
|
intervals_to_drep(Rest, Drep0 \/ D1, Drep).
|
||||||
|
|
||||||
|
attribute_goals(X) -->
|
||||||
|
{ get_atts(X, queue(_,_)) },
|
||||||
|
!,
|
||||||
|
{ put_atts(X, -queue(_,_)) }.
|
||||||
attribute_goals(X) -->
|
attribute_goals(X) -->
|
||||||
% { get_attr(X, clpz, Attr), format("A: ~w\n", [Attr]) },
|
% { get_attr(X, clpz, Attr), format("A: ~w\n", [Attr]) },
|
||||||
{ get_attr(X, clpz, clpz_attr(_,_,_,Dom,fd_props(Gs,Bs,Os),_)),
|
{ get_attr(X, clpz, clpz_attr(_,_,_,Dom,fd_props(Gs,Bs,Os),_)),
|
||||||
|
|||||||
Reference in New Issue
Block a user