Skip to content

JasonPSmith/flagser-count

Repository files navigation

flagser-count

A program for counting directed cliques in directed graphs, adapted from https://github.com/luetge/flagser

A python version called pyflagsercount is available from pypi and can be installed with

pip install pyflagsercount

To install from this repo, first download repository with:

git clone --recursive https://github.com/JasonPSmith/flagser-count.git

Next, compile flagser count with

make

To verify that flagser-count has installed correctly run:

(cd test && python run_test.py && cd ..)

To install pyflagsercount run:

pip install .

Requirements: For pyflagsercount the packages numpy and pybind11 are required, and cmake version ≥ 2.8.12.

About

A program for counting directed cliques in directed graphs, adapted from https://github.com/luetge/flagser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages