I looked through what has already been said on various threads about standardRecommendation, and I just want to make sure I understand it.
An example graph:
In this example graph the 2-neighborhood of #1 is indicated by yellow nodes, and the valid nodes that standardRecommendation could return are ones in red text (7, 9, 10, 11).
standardRecommendation() would then determine which of these valid options had the lowest 2-edge sum and return the correct vertex.
Is this correct?
I guess it does. I'm sorry for this. I guess there are now three
acceptable strategies. You can have S->v->T, S<-v<-T, and S-v-T. Do
not mix the three. In testing, we will discover which you use and grade
appropriately.
-Robert