Code Monkey home page Code Monkey logo

graph-embedder's Introduction

graph-embedder

Documentation Status

Testing a bunch of graph minor embedding heuristics and related techniques to improve the embedding of QUBOs.

Our final results for the project can be found here.

⚠️ This is a research repo, so APIs and algorithms might change frequently as we are trying out different ideas. Moreover, this means that the code is not production-ready.
☝️ We currently do not implement the same approaches in C++ and Python, but try out different ideas in different programming languages. Make sure to check out both the C++ and Python implementation.

Python

All Python-related code and documentation can be found in the Python folder.

C++

Build C++ library

Note that in order to build, you have to clone the submodules as well. That is, if you have already cloned this repository, you should run git submodule update --init --recursive and find the submodules in external/. In the case, you are about to clone the repository, just run git clone --recursive https://github.com/MinorEmbedding/majorminer.git.

In order to build, you must then run the following commands

bash prepare.sh
mkdir build
cd build/
cmake .. -DMAJORMINER_BUILD_TESTS=[ON|OFF] # depending on whether you want to run tests
make

Libraries used in the C++-Project

oneTBB (License: Apache 2.0)

Eigen (License: MPL2, disabled LGPL features.)

thread-pool (License: MIT)

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.