Research Article

Multicriteria Decision Making for Carbon Dioxide (CO2) Emission Reduction

Procedure 2

Multicriteria decision making using weighted sum model.
Procedure mulCritAnalysis ()
Begin
Inputs:; //the list of top-k parkings at a distance r from geo position of the vehicle and having empty lot.
; //the list of n features as per equation(4).
; //the list of weights for n features as per equation(5).
Output://a two-dimensional array holding the list of n parkings within radius r with their aggregate scores.
(1)for each park
(2); //see (6), where is weight value in the weight vector , assigned to feature in the feature set for the ith car park, and j = 1,2, …, n.
(3)end for
(4)Return
End