Advertisements
Advertisements
Find the optimal sequence that minimizes total time required to complete the following jobs in the order ABC. The processing times are given in hours.
| Jobs | I | II | III | IV | V | VI | VII |
| Machine A | 6 | 7 | 5 | 11 | 6 | 7 | 12 |
| Machine B | 4 | 3 | 2 | 5 | 1 | 5 | 3 |
| Machine C | 3 | 8 | 7 | 4 | 9 | 8 | 7 |
Concept: Types of Sequencing Problem
If jobs A to D have processing times as 5, 6, 8, 4 on first machine and 4, 7, 9, 10 on second machine then the optimal sequence is ______.
Concept: Finding an Optimal Sequence
If there are n jobs and m machines, then there will be_______ sequences of doing the jobs.
Concept: Types of Sequencing Problem
To use the Hungarian method, a profit maximization assignment problem requires ______.
Concept: Hungarian Method of Solving Assignment Problem
Choose the correct alternative :
The assignment problem is said to be balanced if it is a ______.
Concept: Assignment Problem
The objective of an assignment problem is to assign ______.
Concept: Assignment Problem
The time interval between starting the first job and completing the last job including the idle time (if any) in a particular order by the given set of machines is called _______.
Concept: Sequencing Problem
The time required for printing of four books A, B, C and D is 5, 8, 10 and 7 hours, while its data entry requires 7, 4, 3 and 6 hrs respectively. The sequence that minimizes total elapsed time is ______.
Concept: Types of Sequencing Problem
Solve the following problem :
Five jobs must pass through a lathe and a surface grinder, in that order. The processing times in hours are shown below. Determine the optimal sequence of the jobs. Also find the idle time of each machine.
| Job | I | II | III | IV | V |
| Lathe | 4 | 1 | 5 | 2 | 5 |
| Surface grinder | 3 | 2 | 4 | 3 | 6 |
Concept: Types of Sequencing Problem
Solve the following problem :
Find the sequence that minimizes the total elapsed time to complete the following jobs. Each job is processed in order AB.
| Machines | Jobs (Processing times in minutes) | ||||||
| I | II | III | IV | V | VI | VII | |
| Machine A | 12 | 6 | 5 | 11 | 5 | 7 | 6 |
| Machine B | 7 | 8 | 9 | 4 | 7 | 8 | 3 |
Determine the sequence for the jobs so as to minimize the processing time. Find the total elapsed time and the idle times for both the machines.
Concept: Types of Sequencing Problem
Choose the correct alternative:
If there are 3 machines A, B and C, conditions for reducing a 3 machine problem to a 2 machine problem with respect to minimum processing time is ______
Concept: Types of Sequencing Problem
If there are n jobs and m machines, then there will be _______ sequence of doing jobs.
Concept: Types of Sequencing Problem
An unbalanced assignment problems can be balanced by adding dummy rows or columns with ______ cost
Concept: Special Cases of Assignment Problem
In sequencing problem the time which required to complete all the jobs i.e. entire task is called ______
Concept: Sequencing Problem
| Book | A | B | C | D |
| Printing | 5 | 8 | 10 | 7 |
| Data Entry | 7 | 4 | 3 | 6 |
The optimum sequence for the above data is ______
Concept: Finding an Optimal Sequence
State whether the following statement is True or False:
In sequencing problem the processing times are dependent of order of processing the jobs on machine
Concept: Sequencing Problem
Find the assignments of salesman to various district which will yield maximum profit
| Salesman | District | |||
| 1 | 2 | 3 | 4 | |
| A | 16 | 10 | 12 | 11 |
| B | 12 | 13 | 15 | 15 |
| C | 15 | 15 | 11 | 14 |
| D | 13 | 14 | 14 | 15 |
Concept: Special Cases of Assignment Problem
Find the sequence that minimizes total elapsed time to complete the following jobs in the order XY. Find the total elasped time and idle times for each machine.
| Jobs | A | B | C | D | E |
| Machine X | 10 | 2 | 18 | 6 | 20 |
| Machine Y | 4 | 12 | 14 | 16 | 8 |
Concept: Types of Sequencing Problem
For the following assignment problem minimize total man hours:
| Subordinates | Required hours for task | |||
| I | II | III | IV | |
| A | 7 | 25 | 26 | 10 |
| B | 12 | 27 | 3 | 25 |
| C | 37 | 18 | 17 | 14 |
| D | 18 | 25 | 23 | 9 |
Subtract the `square` element of each `square` from every element of that `square`
| Subordinates | Required hours for task | |||
| I | II | III | IV | |
| A | 0 | 18 | 19 | 3 |
| B | 9 | 24 | 0 | 22 |
| C | 23 | 4 | 3 | 0 |
| D | 9 | 16 | 14 | 0 |
Subtract the smallest element in each column from `square` of that column.
| Subordinates | Required hours for task | |||
| I | II | III | IV | |
| A | `square` | `square` | 19 | `square` |
| B | `square` | `square` | 0 | `square` |
| C | `square` | `square` | 3 | `square` |
| D | `square` | `square` | 14 | `square` |
The lines covering all zeros is `square` to the order of matrix `square`
The assignment is made as follows:
| Subordinates | Required hours for task | |||
| I | II | III | IV | |
| A | 0 | 14 | 19 | 3 |
| B | 9 | 20 | 0 | 22 |
| C | 23 | 0 | 3 | 0 |
| D | 9 | 12 | 14 | 0 |
Optimum solution is shown as follows:
A → `square, square` → III, C → `square, square` → IV
Minimum hours required is `square` hours
Concept: Special Cases of Assignment Problem
State whether the following statement is true or false:
To convert a maximization-type assignment problem into a minimization problem, the smallest element in the matrix is deducted from all elements of the matrix.
Concept: Special Cases of Assignment Problem
