Remove a node from the graph, also removing all incident edges. @param node the node id (node table row number) of the node to remove @return true if the node was successfully removed, false if the node id was not found or was not valid
(int node)
source not stored for this graph (policy: none)
no test coverage detected