In the following 0/1 matrix I'm trying to identify every largest submatrices formed by 1's as shown in the picture.
Submatrices can have just one row only if they have more than 3 columns.
Submatrices can have just one column only if they have more than 3 rows.
Submatrices should have less...