.. 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. WordGraph helpers ================= This page contains the documentation for various helper functions for manipulating word graphs. Contents -------- .. currentmodule:: libsemigroups_pybind11.word_graph .. autosummary:: :signatures: short add_cycle adjacency_matrix dot equal_to follow_path is_acyclic is_compatible is_complete is_connected is_reachable is_strictly_cyclic last_node_on_path nodes_reachable_from number_of_nodes_reachable_from random_acyclic spanning_tree standardize topological_sort Full API -------- .. currentmodule:: libsemigroups_pybind11 .. automodule:: libsemigroups_pybind11.word_graph :members: :imported-members: