Hi!!
Our binary programming problem has an objective function B. * x, where B is an mxn matrix and x is an mxn variable matrix.
Some of the B values will not exist in the problem to be solved.
Question: How can I assign values in B so that CPLEX understands that the corresponding variable x will be zero, that is, the non-existing value in B will not be part of the solution.?