44#include <lal/graphs/rooted_tree.hpp>
45#include <lal/graphs/free_tree.hpp>
62std::pair<uint32_t, linear_arrangement> Dmin_Unconstrained_YS
63(
const graphs::free_tree& t)
noexcept;
75std::pair<uint32_t, linear_arrangement> Dmin_Unconstrained_FC
76(
const graphs::free_tree& t)
noexcept;
95std::pair<uint32_t, linear_arrangement> Dmin_Planar
96(
const graphs::free_tree& t)
noexcept;
112std::pair<uint32_t, linear_arrangement> Dmin_Projective
113(
const graphs::rooted_tree& t)
noexcept;
132uint32_t Dmin_Pr__optimal_interval_of(
134 const std::vector<std::vector<std::pair<lal::node,uint32_t>>>& M,
Main namespace of the library.
Definition definitions.hpp:48
uint32_t node
Node type.
Definition definitions.hpp:51
std::vector< position > linear_arrangement
A linear arrangement of the nodes of a graph.
Definition definitions.hpp:72