Research Article

A Game Theoretical Approach for Solving Winner Determination Problems

Algorithm 1

The main algorithm of NESA.
Result: the winner set
(1) begin
(2)  generate a solution at random
(3)  while  not meet stop condition  do
(4)   
(5)   if     then
(6)    update gvc
(7)    
(8)   end
(9)   
(10)  end
(11)  return
(12) end