Skip to content

A python wrapper for flagsercontain which computes the number of directed cliques each vertex of digraph belongs to

Notifications You must be signed in to change notification settings

JasonPSmith/pyflagsercontain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyflagsercontain

A python wrapper for flagsercontain which computes the number of directed cliques each vertex of digraph belongs to

Installation:

Download the repository and submodules with:

Then, install with:

  • pip install .

Usage

In python load with:

  • from pyflagsercontain import flagser_count

Given an adjacency matrix M (stored as a numpy array), to get the clique counts call:

  • cliquecontain = flagser_count(M)

Then, cliquecontain[v][d] is the number of simplices of dimension d which contain the vertex v.

About

A python wrapper for flagsercontain which computes the number of directed cliques each vertex of digraph belongs to

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published