Library for the Development and Use of Phylogenetic Network Methods
Strategy pattern interface for node-level computations dispatched during bottom-up traversal.
Abstract base for model-node computation strategies. Subclasses must implement one method per node kind. The ``ModelNode`` dispatch layer calls the matching method automatically during traversal.