I want to detect whether GLB and LUB is exist in a boolean matrix or not. i just need an algorithm how to do this. we have a 10x10 matrix that carry 1,0 values some thing like this: (( also we know that the matrix is lattice.))
1 1 1 1 1 1 1 1 1 1
0 1 0 0 0 1 0 1 0 1
0 0 1 0 0 0 1 0 1 1
0 0 0 1 0 1 1 0 0 1
0 0 0 0 1 0 0 1 1 1
0 0 0 0 0 1 0 0 0 1
0 0 0 0 0 0 1 0 0 1
0 0 0 0 0 0 0 1 0 1
0 0 0 0 0 0 0 0 1 1
0 0 0 0 0 0 0 0 0 1