removeNeighbor

abstract fun removeNeighbor(n1: Node<T>, n2: Node<T>)

Given two nodes, the engine assumes they are no longer neighbors and deletes the neighborhood dependencies between them.

Parameters

n1

The first node

n2

The second node