Skip to content
#

hypergraph

Here are 48 public repositories matching this topic...

SetReplace
maxitg
maxitg commented Nov 9, 2020

The problem

It would be nice to have an operator form of HypergraphToGraph, e.g.,

HypergraphToGraph["DirectedDistancePreserving"] @ {{1, 2, 3}, {3, 4, 5}}

would be equivalent to

HypergraphToGraph[{{1, 2, 3}, {3, 4, 5}}, "DirectedDistancePreserving"]
help wanted good first issue convenience utilities

The jBPT code library is a compendium of technologies that support research on design, execution, and evaluation of business processes. The library offers a broad range of basis analysis and utility functionality and, due to its open publishing model, can easily be extended.

  • Updated Mar 2, 2022
  • Java

Mt-KaHyPar (Multi-Threaded Karlsruhe Hypergraph Partitioner) is a shared-memory multilevel hypergraph partitioner equipped with parallel implementations of techniques employed in most sequential state-of-the-art hypergraph partitioners. Mt-KaHyPar can partition extremely large hypergraphs very fast and with high quality.

  • Updated Jun 6, 2022
  • C++
tpn
tpn commented Jan 29, 2019

E.g. --BestCoverageType=MaximumGraphTraversalDepth instead of --BestCoverageType=HighestMaxGraphTraversalDepth:

C:\perfecthash\src\x64\release\PerfectHashBulkCreate.exe C:\perfecthash-keys\sys32 Chm01 Crc32RotateWXYZ And 11 --AttemptsBeforeTableResize=1000 --MaxNumberOfTableResizes=0 --IgnorePreviousTableSize --FindBestGraph --BestCoverageType=MaximumGraphTraversalDepth --BestCoverageAttem
bug good first issue

Improve this page

Add a description, image, and links to the hypergraph topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hypergraph topic, visit your repo's landing page and select "manage topics."

Learn more