GithubHelp home page GithubHelp logo

ciaranm / cp2015-subgraph-isomorphism Goto Github PK

View Code? Open in Web Editor NEW
13.0 5.0 5.0 49.76 MB

CP 2015 subgraph isomorphism experiments, data and paper

Makefile 3.08% C++ 43.64% C 6.96% Gnuplot 10.23% TeX 26.60% HTML 9.50%

cp2015-subgraph-isomorphism's Introduction

This repository contains the code, data and experimental scripts needed to reproduce our subgraph isomorphism paper:

Ciaran McCreesh and Patrick Prosser, "A Parallel, Backjumping Subgraph
Isomorphism Algorithm using Supplemental Graphs". To appear at CP 2015.

Parts of this repository are from other authors:

Steps to reproduce the paper:

  • Build our code: run 'make' inside the code/ directory, after reading code/README.md for details on compiler requirements and dependencies.

  • Build LAD: run 'make' inside the directedLAD/ directory.

  • Build the vflib library: run 'make' inside the vflib/vflib-2.0.6/ directory.

  • Build the vflib solver: run 'make' inside the vflib/ directory.

  • Run the experiments: run 'make TIMEOUT=100000' inside the experiments/ directory. (This will take a loooooong time. If a timeout is not specified, 100s is used instead, which should finish within a few days, but which may cause the charts in the paper to look strange.)

  • Copy experiments/results/*.data into the paper/ directory, to replace our experimental results with your own.

  • Run 'make' inside the paper/ directory. You will need Gnuplot 5 built with Lua support, and a full TeX Live installation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.