1 #ifndef INDIGOX_ALGORITHM_GRAPH_CONNECTIVITY_HPP 2 #define INDIGOX_ALGORITHM_GRAPH_CONNECTIVITY_HPP 4 #include "../../utils/fwd_declares.hpp" 12 template <
class V,
class E,
class S,
class D,
class VP,
class EP,
27 size_t max = std::numeric_limits<size_t>::max());
33 std::unique_ptr<Impl> implementation;
bool operator()(GraphType &subgraph)
Generate connected subgraphs in G.
Definition: connectivity.hpp:23
std::vector< std::vector< Atom > > OptimalChargeGroups(const Molecule &mol, int32_t limit=5)
Definition: molecule.hpp:15
ConnectedSubgraphs(GraphType &G, size_t min=0, size_t max=std::numeric_limits< size_t >::max())
int64_t ConnectedComponents(graph::BaseGraph< V, E, S, D, VP, EP > &G, Container &bits)