Hi Guyz,
I need help in writing constraint for a 3x3 matrix which is of bit type and i need to constraint it in such a manner, that sum of all elements of 3x3 matrix is 6.
Note. I am not able to do sum on this two dimensional matrix within constraints as .sum is applicable to single dimension.
Share your codes please.