Skip to main content
. 2024 Jun 19;24(12):3965. doi: 10.3390/s24123965
Algorithm 2SinglePath(Br,P,K,i,j)
  • 1:

    for (p=P to 2; p) do

  • 2:

       Acquire the set Gp,Ki,j;

  • 3:

       for (k=1 to K; k++) do

  • 4:

         if (SA_Reuse(Br,rp,ki,j) = truethen

  • 5:

           return Accepted;

  • 6:

         end if

  • 7:

       end for

  • 8:

    end for

  • 9:

    return Blocked;