48#include <lal/linear_arrangement.hpp>
49#include <lal/graphs/rooted_tree.hpp>
50#include <lal/linarr/syntactic_dependency_tree/type.hpp>
72[[nodiscard]] std::array<bool, __syntactic_dependency_tree_size>
94[[nodiscard]] std::array<bool, __syntactic_dependency_tree_size>
Rooted tree graph class.
Definition rooted_tree.hpp:109
Linear arrangement of vertices.
Definition linear_arrangement.hpp:103
std::array< bool, __syntactic_dependency_tree_size > syntactic_dependency_tree_classify(const graphs::rooted_tree &t, const uint64_t C, const linear_arrangement &pi={}) noexcept
Computes the type of syntactic dependency tree.
Main namespace of the library.
Definition basic_types.hpp:48