If the cost matrix for an assignment problem contains negative values, what should be done?
A) Convert the matrix into a profit matrix by adding a large positive constant to each element
B) Ignore the negative values as they don’t affect the solution
C) Replace the negative values with zeros
D) The Hungarian method cannot solve this type of problem