Users Guide
API Reference
Examples
Remove node n.
Removes the node n, reconnecting all outedges to the head node of all inedges. Attempting to remove a non-existent node will raise an exception.
n (int) – A node in the graph
previous
larch.model.tree.NestingTree.add_node
next
larch.model.tree.NestingTree.add_edge