I followed this lecture : https://www3.nd.edu/~apilking/Math10120/Lectures/Topic%2029.pdf
It gives a way to reduce a n x m matrix to a 2x2 matrix where we know how to solve a problem of mixed game strategy. We are searching for an optimal mixed row and column strategies and the value of the zero sum game defined by the given matrix.
However, if no lines nor columns are dominated, we can't reduce the matrix.
I would like to solve (for example this matrix, I ve simply taken an example of the pdf and changed values in order to make incomparable any lines / columns )
\begin{array}{c|rrrr} & A & C & D \\\hline X & 6 & 7 & 3 \\ Y & 7 & 5 & 2 \\ Z & 8 & 3 & 9 \end{array}
How should I solve this problem ? I'm searching for a general method in order to then solve harder problems.