Research Article

A New Model for Reassignment of Tasks to Available Employees in Iraq’s Firms

Algorithm 1

The heuristic algorithm to reassign works to current employees.
(1)Determine the number of iterations.
(2)Repeat steps until the condition is not hold.
Generate the random number (sum of numbers becomes one), and assign them to objective.
Using CPLEX, solve the problem and compare its results. Exclude the set of worse solutions form the set of solutions, and add the current solution to feasible solutions.
Go to step 2.
(3)Consider the remaining solutions as the Pareto set.