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

Wrong names for algebraic decision trees #20

Closed
pmbittner opened this issue Mar 13, 2024 · 1 comment
Closed

Wrong names for algebraic decision trees #20

pmbittner opened this issue Mar 13, 2024 · 1 comment

Comments

@pmbittner
Copy link
Member

After some research I noticed that algebraic decision diagrams are defined to have binary choices as inner nodes. This means that our definition of 2ADT should be renamed to ADT. In the paper, I currently use Arbitrary algebraic decision tree as a name for NADT to be somewhat consistent with the names for choices. NADT collides with NCC in the sense that N means different things in their names.

@pmbittner
Copy link
Member Author

Fixed in PR #28.
We stick with NADT for now though but it is still a bit inconsistent with choice calculus because NADT is not fixed to a particular n as NCC is.

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

No branches or pull requests

1 participant