Steps –
- Take Dummy (if required) & then convert in Regret matrix (if required)
- Do Row minimization and Column minimization.
- Cover all Zeroes in the Table with Minimum possible lines. (Start from maximum zeroes, either row-wise or column-wise).
- If optimal, find assignment.
- If not optimal, write next table, change values & check again with Minimum possible lines.
- Continue the iterations till optimal solution is reached.
9 Comments