Safe Sex Makespan - Problem Statement

Problem Statement

M doctors are each to examine each of N patients, wearing gloves to avoid contamination. Each glove can be used any number of times, but the same side of one glove cannot be exposed to more than one person. Gloves can be re-used any number of times, and more than one can be used simultaneously.

Given M doctors and N patients, the minimum number of gloves G(M ,N) required for all the doctors to examine all the patients is given by:

  • G(M, N) = M + N − 2 if both M, N ≥ 2
  • G(M, 1) = M
  • G(1, N) = N
  • G(1, 1) = 1

Read more about this topic:  Safe Sex Makespan

Famous quotes containing the words problem and/or statement:

    The problem with marriage is that it ends every night after making love, and it must be rebuilt every morning before breakfast.
    —Gabriel García Márquez (b. 1928)

    I think, therefore I am is the statement of an intellectual who underrates toothaches.
    Milan Kundera (b. 1929)