Research Article
Domination of Fuzzy Incidence Graphs with the Algorithm and Application for the Selection of a Medical Lab
Algorithm 1
Steps to find the FIDS and FIDN.
| | Step 1: input the vertex set , edge set , and IP set . | | | Step 2: sort such that . | | | Step 3: LOOP for to the number of vertices | | | Let , , , and Sum = ; | | | Put | | | Step 4: LOOP For | | | LOOP For | | | If | | | Then . | | | END LOOP. | | | If | | | Then go to Step 4. | | | Else . | | | END LOOP If . | | | Step 5: LOOP For | | | LOOP For | | | If | | | Then and | | | END LOOP | | | END LOOP | | | Step 6: If Then . | | | Step 7: Sum = [Sum Sum]; | | | | | | If number of vertices | | | Then Go To Step 3 | | | Else | | | END LOOP (Step 3) | | | Step 8: FIDN is the minimum value of array Sum. |
|