Skip to content

Comparing Sequential and Parallel Algorithm Performance for Solving the Maximum Clique Problem

Notifications You must be signed in to change notification settings

acsetter/mcp-project

Repository files navigation

CSC 532 Final Research Project

Comparing Sequential and Parallel Algorithm Performance for Solving the Maximum Clique Problem

Getting Started

Ensure you are using Python version 3.8.x or higher:

python --version

Add the project dependencies to your environment:

python -m pip install -r requirements.txt

In main.py, add the graphs from in/ you wish to test to the graphs list in main(), and run the file. Test results will be printed to the console and can be found in results.csv.

Authors

  • Aaron Csetter
  • Ian Peña
  • Nathan Davis
  • Dmytro Dobrynin

About

Comparing Sequential and Parallel Algorithm Performance for Solving the Maximum Clique Problem

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages