/parallel_graph_matching

Advanced Algorithms and Parallel Programming Course Project

Primary LanguageC++

README

This project is developed by Marco Bacis and Antonio Di Bello for the "Advanced Algorithms and Parallel Programming" 2016/2017 class. It consists in the implementation and acceleration (through OpenMP) of the algorithms for graph similarity and matching/alignment described in

[Kollias et al. - Fast Parallel Algorithms for Graph Similarity and Matching, 2012, Computer Science Technical Reports]

How to compile

Required

Build Procedure

This project uses CMake as a build system. Basic way of building

mkdir build
cd build
cmake ..
make

How to test

TODO

Contacts

Marco Bacis - marco.bacis@mail.polimi.it

Antonio Di Bello - antonio.dibello@mail.polimi.it