Research Article

A Game Theoretical Approach for Solving Winner Determination Problems

Algorithm 2

The procedure .
Data:   : the base solution
Result:   : the NE solution
(1) begin
(2)  for each good in   do
(3)   
(4)   remove the winner of in
(5)   add feasible bids to except for based on a
    given ranking function
(6)   if     then
(7)    update gvc
(8)   return  
(9)   end
(10)  end
(11)  return  
(12) end