functionalDependencyCalculator
functionalDependencyCalculator copied to clipboard
A simple web based tool for exploring functional dependencies
 These functional dependencies are in 3NF, but the calculator shows otherwise. The first FD satisfies 3NF because {a, b} is a superkey for...
I try to remove the latex compiler to improve the performance. However, even though it reduces a huge amount of dom, but there is still a performance issue when the...
Hi, the project is very useful for me. While it has a performance issue when input goes complex, for example, {A} -> {E,I}, {B,C} -> {D,E,G}, {C,E,H} -> {G,J}, {D}...
 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