Research Article

PACAM: A Pairwise-Allocated Strategy and Capability Average Matrix-Based Task Scheduling Approach for Edge Computing

Algorithm 3

estimate_number (available_D, , ).
Input: The set of available devices available_D; the workload of day and night tasks and
Output: The estimated number of devices for each task and
(1)total_AC compute the total capabilities of all available devices;
(2)average_AC compute the average capability of all available devices
(3)if total_AC+then
(4) = 
(5)else
(6)  = 
(7)  = total_AC;
(8)  = total_AC;
(9) =  ;
(10)  =  ();
(11)Return [ , ];