functionalDependencyCalculator icon indicating copy to clipboard operation
functionalDependencyCalculator copied to clipboard

Wrong output for minimal cover

Open hernpiblo opened this issue 4 years ago • 1 comments

image

Input used in screenshot: {A,C}->{A,D}, {C,D}->{B}, {C}->{B,D}

Minimal cover output: {{A,C}→{D},{C}→{B},{C}→{D}}

The first Functional Dependency is redundant and should not be included in the output

hernpiblo avatar Nov 08 '21 16:11 hernpiblo

Hey @hernpiblo thanks for spotting this, I'll take a look this weekend.

arjo129 avatar Nov 09 '21 13:11 arjo129