/MIS-cuda

A Parallel Solution to Maximal Independent Set Problem using CUDA (Project of "Multi-core Computing" Course)

Primary LanguageCuda

Maximal Independent Set Problem in CUDA

Project of Multi-core Programming Course - Fall 2023

Team Members:

Name Student ID
Mohammad Parsa Bashari 400104812
Amirhossein Koochakian 400105199

How to run

Simply clone and make the project using the following command:

# to clone the project
$ git clone https://github.com/parsabsh/MIS-cuda.git
# to run the project
$ make
# to clean the environment
$ make clean

Documentation

You can find the complete documentation in Documentation.pdf.