BehaviourComposer: ignore everything before this.
Begin micro-behaviour:
Begin description:
This defines the reporter more-link-neighbors.
End description
Report more-link-neighbors
Begin NetLogo code:
to-report more-link-neighbors [a b] report [count link-neighbors] of a > [count link-neighbors] of b end
End NetLogo code
This is used by vaccinate most highly connected.
Implemented by Ken Kahn on 5 February 2017.
BehaviourComposer: ignore everything after this.