You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, during (semi)normalization, empty leaf nodes are added to the tree decomposition. This would also be useful for non-normalized ones, for example when one wants to compute the costs on basis of the child costs. Currently, you can not use
cost(X) :- childCost(Y,Z), ...
directly as childCost/2 is not available in the leaf nodes.
The text was updated successfully, but these errors were encountered:
Currently, during (semi)normalization, empty leaf nodes are added to the tree decomposition. This would also be useful for non-normalized ones, for example when one wants to compute the costs on basis of the child costs. Currently, you can not use
cost(X) :- childCost(Y,Z), ...
directly as childCost/2 is not available in the leaf nodes.
The text was updated successfully, but these errors were encountered: