![]() |
Mackey
V3.3
A C++ library for computing RO(G) graded homology
|
Finds the connectivity of the multiplication graph. More...
#include <Mult_Connectivity.hpp>
Public Member Functions | |
| template<typename... Args> | |
| MultConnectivity (Args &&...) | |
| void | compute_with_sources (const std::vector< std::vector< int >> &) |
| Computes the nodes of the Multiplication Graph disconnected from the given sources. More... | |
Public Attributes | |
| std::vector< int > | disconnected_indices |
| The generators disconnected from the sources (element indices) More... | |
| std::vector< std::vector< int > > | disconnected_degrees |
| The degrees of the disconnected_indices. More... | |
Finds the connectivity of the multiplication graph.
Provides methods for filling the multiplication graph with "wrong" edges that don't affect the connectivity of the graph
| MultConnectivity | ( | Args && | ... | ) |
| void compute_with_sources | ( | const std::vector< std::vector< int >> & | ) |
Computes the nodes of the Multiplication Graph disconnected from the given sources.
| std::vector<int> disconnected_indices |
The generators disconnected from the sources (element indices)
| std::vector<std::vector<int> > disconnected_degrees |
The degrees of the disconnected_indices.