.. Copyright (c) 2024 J. D. Mitchell Distributed under the terms of the GPL license version 3. The full license is in the file LICENSE, distributed with this software. Forest helpers ============== This page contains the documentation for various helper classes and functions for manipulating :any:`Forest` objects. All such classes and functions are in the submodule ``forest``. Contents -------- .. currentmodule:: libsemigroups_pybind11.forest .. autosummary:: :signatures: short PathsFromRoots PathsToRoots depth dot is_root max_label path_from_root path_to_root Full API -------- .. currentmodule:: libsemigroups_pybind11 .. automodule:: libsemigroups_pybind11.forest :members: :imported-members: :inherited-members: