indigoX
connectivity.hpp File Reference
#include "../../utils/fwd_declares.hpp"
#include <cstdint>
#include <limits>
#include <vector>
+ Include dependency graph for connectivity.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ConnectedSubgraphs< GraphType >
 Generate connected subgraphs in G. More...
 

Namespaces

 indigox
 Namespace for all graph related functionality.
 
 indigox::algorithm
 

Functions

template<class V , class E , class S , class D , class VP , class EP , class Container >
int64_t ConnectedComponents (graph::BaseGraph< V, E, S, D, VP, EP > &G, Container &bits)
 
std::vector< std::vector< Atom > > OptimalChargeGroups (const Molecule &mol, int32_t limit=5)