Skip to content

LightWant/coreCliqueRemoval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# compile
    cmake -S ./
    make

We get bin/mce and bin/kcc now.

# data format and command

## each edge per line

    bin/mce noUVM -f_txt dataFile
    bin/kcc noUVM -f_txt dataFile -k k
    bin/KCCparallel noUVM -f_txt dataFile -k k -steal

## The first line is the number of nodes and edges, then each edge per line

    bin/mce -f_txt dataFile
    bin/kcc -f_txt dataFile -k k
    bin/MCEparallel -f_txt dataFile -k k -t 10 -steal


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors