Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree Decomposition without normalization should have empty leaf nodes #5

Open
gcharwat opened this issue Sep 3, 2013 · 0 comments
Open

Comments

@gcharwat
Copy link
Contributor

gcharwat commented Sep 3, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant