Hi, I have a 20 X 20 matrix(T)(1's and 0's only).Column vector(X) of length 20(1's and 0's only).Optimize to minimize the sum(X). Constraint being T.X >= b, where b is a column vector of length 20(only 1's).
Is there matlab code or python code already exists? If so, please help me to use it.