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

Implement --max_arity option for inclusion dependency algorithms #302

Open
alexandrsmirn opened this issue Nov 26, 2023 · 0 comments
Open
Labels
feature Provides new functionality

Comments

@alexandrsmirn
Copy link
Collaborator

In the case of functional dependencies in Desbordante, it is possible to explicitly set a limit on the number of attributes on the left side of the dependency (--max_lhs). Hovewer, in inclusion dependencies, the left and the right side must be of the same arity, therefore --max_lhs will not be fully correct. Here may be suitable a new option like --max_arity. It will tell something like "find INDs with arity not greater than n". In fact, --find_nary=false for Faida represents --max_arity=1 now.

@alexandrsmirn alexandrsmirn added chore Performance upgrade or technical debt feature Provides new functionality and removed chore Performance upgrade or technical debt labels Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Provides new functionality
Projects
None yet
Development

No branches or pull requests

1 participant