QuickGraph
QuickGraph copied to clipboard
Generic Graph Data Structures and Algorithms for .NET
Wrapper classes for https://github.com/gunrock/gunrock Methods to test performance of corresponding Gunrock and Quickgraph solutions Linux only! (due to the fact that Gunrcok is Linux-only, which may change)
Hi, I have installed the NuGet Package using> Install-Package YC.QuickGraph Afterwards I tried to run the application, but it seems that the assemblies are not signed, because I receive the...
- [ ] Visualization (#162) - [ ] Connectivity (#163) - [ ] General (#164) - [ ] Partitioning and cutting (#165) - [ ] Shortest paths (#166) - [...
1 человек, 1 набор примитивов, 3-4 алгоритма. Статьи для доклада + статьи по которым реализация. - [Gunrock: a high-performance graph processing library on the GPU](http://dl.acm.org/citation.cfm?id=2851145) - [A compiler for throughput...
1 человек, 2 алгорима. - [Fast Subgraph Matching on Large Graphs using Graphics Processors](http://link.springer.com/chapter/10.1007/978-3-319-18120-2_18) - [Efficient Subgraph Matching Using GPUs](http://link.springer.com/chapter/10.1007/978-3-319-08608-8_7) - [GPU acceleration of subgraph isomorphism search in large scale...
2 человека, 2 алгоритма каждому. - [A new GPU-based approach to the Shortest Path problem](http://ieeexplore.ieee.org/document/6641461/?arnumber=6641461) - [PHAST: Hardware-accelerated shortest path trees](http://www.sciencedirect.com/science/article/pii/S074373151200041X) - [Accelerating BFS shortest paths calculations using CUDA for...
2 человека, 2 алгоритма каждому. Обязательно должен быть реализован алгоритм разбиения на N равных подграфов. - [CUDA cuts: Fast graph cuts on the GPU](http://ieeexplore.ieee.org/document/4563095/?arnumber=4563095) - [Large-Scale Graph Processing Algorithms on...
2 человека, 2 алгоритма каждому. - [A Fast GPU Algorithm for Graph Connectivity](https://pdfs.semanticscholar.org/56d5/d3f3ec4d95d13b0a2d6c08ee46f8704b82dc.pdf) - [A simple and practical linear-work parallel algorithm for connectivity](http://dl.acm.org/citation.cfm?id=2612692) - [Better speedups using simpler parallel programming...
Restore PCL build. - [ ] F# projects must be supported. - [ ] MS VS 2015 and higher should be supported. - [ ] Mono build should be supported....