Skip to main content
. 2023 Sep 9;6:922. doi: 10.1038/s42003-023-05235-w

Table 3.

Algorithm 1.

Algorithm 1
1: InitialiseNBEST as required, SBEST
2: for ne=NBEST,NBEST+1,,Nc do
3:   SBESTMDS {x | x are the top ne combinations in SALL with largest MDS}
4:   SBESTADS {x | x are the top ne combinations in SALL with largest ADS}
5:   SBEST(SBESTMDSSBESTADS)SBEST
6:   if SBESTNBEST
7:         return SBEST
8:   end if
9: end for