LightWant/coreCliqueRemoval
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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