Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Dataset

The datasets used in our experiments can be found here. Please download the datasets and place them under the MlcDec/datasets/layer directory.

Usage

Compile the project:

cd src

Compile the project:

make

Run baseline and maintenance algorithm:

./run_baseline <dataset_path> <num_edges> [num_threads]
./run_test <dataset_path> [num_threads]

Example: run batch-edge maintenance algorithm with 500 updated edges, and compare against the baseline

./run_baseline ../MlcDec/datasets/layer/obamainisrael/ 500
./run_test ../MlcDec/datasets/layer/obamainisrael/

Example: run single-edge maintenance algorithm, and compare against the baseline

./run_baseline ../MlcDec/datasets/layer/obamainisrael/ 1
./run_test ../MlcDec/datasets/layer/obamainisrael/

Clean generated binaries and object files:

make clean

Requirements

GCC with C++17

OpenMP

Linux

About

The implementation of MCM.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages