Skip to main content
. 2021 Jun 23;23(7):796. doi: 10.3390/e23070796
Algorithm 2 OptimizationStrategy(H=(V,E),tV,tE,S)
  • 1:

    Let Sπ=[s1,s2,,st] be a vector with all nodes in S in non-increasing order of their degree.

  • 2:

    for i[1,t] do

  • 3:

        IV[Sπ],IE[Sπ]=Φ(H,Sπ{si},tV,tE)

  • 4:

        if IV[Sπ]=V then

  • 5:

            Sπ=Sπ{si};

  • 6:

    return Sπ