Function sequant::opt::detail::connected_subsets¶
Defined in File single_term_detail.hpp
Function Documentation¶
-
inline container::vector<char> sequant::opt::detail::connected_subsets(container::vector<std::size_t> const &adjacency, std::size_t nt)¶
connected[n] == 1iff the subgraph induced on the set bits of subset masknis connected underadjacency(from contractible_adjacency). Empty and singleton subsets are connected by definition. Size1 << nt.