48#include <lal/properties/branchless_path.hpp>
49#include <lal/graphs/free_tree.hpp>
50#include <lal/graphs/rooted_tree.hpp>
60[[nodiscard]] std::vector<branchless_path>
68[[nodiscard]] std::vector<branchless_path>
Free tree graph class.
Definition free_tree.hpp:60
Rooted tree graph class.
Definition rooted_tree.hpp:109
std::vector< branchless_path > branchless_paths_compute(const graphs::free_tree &t) noexcept
Finds all branchless paths in a tree.
Main namespace of the library.
Definition basic_types.hpp:48