I have a relation R(V,W,X,Y,Z) with functional dependencies
V → W
WX → Z
ZY → V
Since X and Y are not on the LHS, I found the closure of {XY} to equal {V,W,X,Y,Z}, making XY a candidate key. When I checked my answer using this tool, it said XYV, XYW and XYZ were the candidate keys, and that the closure XY was {X,Y}. Why is XY not a candidate key?