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
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.