UMD-ARLIS / Graph-Benchmarking-Project

This repository contains work towards creating a comprehensive cross-platform graph processing benchmark for Community Detection and Subgraph Isomorphism problems. The repository is NOT YET COMPLETE and should not be used outside of a preliminary development perspective.
2 stars 0 forks source link

ReadTheDocs Page

Here is the ReadTheDocs Page for this repo: Graph Benchmarking Project ReadTheDocs

Overview

This repository contains work towards creating a comprehensive cross-platform graph processing benchmark for Community Detection and Subgraph Isomorphism problems.

The repository is NOT YET COMPLETE and should not be used outside of a preliminary development perspective.

For information about the work being undertaken here, please contact osullik@umd.edu.

Useful Links:

Project Github

Project Google Drive

Project Overleaf (LaTeX)

Repo Structure:

Papers

Contains all files relevant to papers, presentations etc. Primarily LaTeX. Included the bibliography file.

Code

Contains all code relevant to the solving the problem at hand. Primarily C, little bit of python. Possibly some assembly, depending how unlucky we get.

Data

Contains trivial code examples for testing. Also contains scripts and instructions for generating larger datasets.

Initial Setup

To be completed.