Skip to content

ronghuali/kplexEnum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

The Soruce Code for Enumerating All Maximal k-plexes.

Compile

cd /src
make 

Note: this code requires g++ version 5.4 or higher to compile.

Example

./kplexes ../datas/as-caida2007.txt -k=2 -q=10 -t=1
  • "-k=" is to set the k value for k-plex.
  • "-q=" is a size-constraint of the k-plexes to be enumerated.
  • "-t=" is to set the number of threads.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • Makefile 0.8%