http://www.perlmonks.org?node_id=600467


in reply to Re^3: decomposing binary matrices
in thread decomposing binary matrices

Yes: labelling the columns A..F and the rows 1..6, we know variables {B, D, E} must consume values {1, 2, 3} between them, and likewise {A, C, F} must consume {4, 5, 6}. In this example, however, the latter can be further decomposed: C can only be 5, so {A, F] are left with {4, 6}.

Hugo