Quantcast
Channel: graph
Viewing all articles
Browse latest Browse all 31

Parallel solution to Hosoya Index of Graph Problem (Vyukov)

$
0
0
  • courseware
  • CS1
  • Fundamental Algorithms
  • Graph Algorithm Examples
  • Hosoya Index
  • graph
  • intel threading building blocks
  • tbb
  • recursion
  • graph cutting
  • Parallel algorithm
  • Threading Challenge Contest
  • The included code and white paper provides a parallel solution for the Hosoya Index problem, as described in the included problem description text file. The serial code uses the idea of a “sparsest cut” of an input graph. The sparsest cut divides edges of the graph into 3 sets: edges that are a part of the cut, and 2 mutually independent sets. From all matchings in the cut, the index value of the two other subsets can be computed recursively. Parallelism is achieved using Intel Threading Building Blocks.

    DISCLAIMER: This code is provided by the author as a submitted contest entry, and is intended for educational use only. The code is not guaranteed to solve all instances of the input data sets and may require modifications to work in your own specific environment.

    There are downloads available under the Creative Commons License license. Download

    Viewing all articles
    Browse latest Browse all 31

    Trending Articles



    <script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>