in Others retagged by
5,221 views
2 votes
2 votes

Consider the following statements :

(a) Assignment problem can be used to minimize the cost.

(b) Assignment problem is a special case of transportation problem.

(c) Assignment problem requires that only one activity be assigned to each resource.

Which of the following options is correct ?

  1. (a) and (b) only
  2. (a) and (c) only
  3. (b) and (c) only
  4. (a), (b) and (c)
in Others retagged by
5.2k views

1 Answer

3 votes
3 votes

ans is D  all are ture

a)Assignment problem can be used to minimize the cost      if we have to use it for maximize the cost then first we have to convert it into minimization problem by subtracting every element from the max element present in the matrix.

b) Assignment problem is a special case of transportation problem  

signment problem is one of the special cases of transportation problems. The goal of the assignment problem is to minimize the cost or time of completing a number of jobs by a number of persons. An important characteristic of the assignment problem is the number of sources is equal to the number of destinations .It is explained in the following way.  

1. Only one job is assigned to person.   

2.  Each person is assigned with exactly one job.

c)Assignment problem requires that only one activity be assigned to each resource   (This is the basic condition in assignment problem)

Related questions