Hi, I have been introduced to this problem but can't get my head around how the problem works. What I understand is you have a matrix or grid of true and false statements then you need to pair together true and false statements according to best fit. For example a grid may be as follows.
T T T T F T
F T T F F T
T F T T T T
T T T F T F
But then I was told that any single false could be paired with only one of 3 true statements. How do I determine which three are the options for it to pair with?