Research Article

Robust Model of Discrete Competitive Facility Location Problem with Partially Proportional Rule

Algorithm 1

SAS method.
Input: ProblemSize, , , r, L
Output:
 CreateInitialSolution (ProblemSize)
 algorithm SortA
While ()
 For ( To L)
   CreateNeighborSolution ()
   algorithm SortA
  If ()
   
   If ()
    
   End
  Else If (Exp() Rand())
   
  End
 End
End
Return ()