Mackey  V3.3
A C++ library for computing RO(G) graded homology
MultConnectivity< group_t > Class Template Reference

Finds the connectivity of the multiplication graph. More...

#include <Mult_Connectivity.hpp>

Inheritance diagram for MultConnectivity< group_t >:
[legend]
Collaboration diagram for MultConnectivity< group_t >:
[legend]

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...
 

Detailed Description

template<typename group_t>
class mackey::MultConnectivity< group_t >

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

Constructor & Destructor Documentation

◆ MultConnectivity()

MultConnectivity ( Args &&  ...)

Member Function Documentation

◆ compute_with_sources()

void compute_with_sources ( const std::vector< std::vector< int >> &  )

Computes the nodes of the Multiplication Graph disconnected from the given sources.

Member Data Documentation

◆ disconnected_indices

std::vector<int> disconnected_indices

The generators disconnected from the sources (element indices)

◆ disconnected_degrees

std::vector<std::vector<int> > disconnected_degrees

The degrees of the disconnected_indices.


The documentation for this class was generated from the following file: