boost-graph-library
There are 16 repositories under boost-graph-library topic.
kwonoh/glam
GLAM: Graph Layout Aesthetic Metrics
skramm/udgcd
UnDirected Graph Cycle Detection: C++ wrapper over Boost Graph Library (BGL)
kulpreet/lightning-network-graph-analysis
Analyse the lightning network graph
leonardoarcari/arlib
C++ Alternative Routing Library for Boost.Graph. A configurable, efficient, plug-n-play solution for alternative route planning and k-shortest paths problems.
rafaelglikis/dynamic-connectivity
There is given an undirected graph G = (V, E) from which edges are deleted one at a time. Questions like "Are the vertices u and v in the same connected component?" have to be answered in constant time.
temp3rr0r/InfectiousDiseaseModelling
Parallel computing: Infectious Disease Modeling with OpenMP. Agent based modelling on Undirected Acyclic graphs.
duffee/Boost-Graph
Release history of Boost-Graph
stephaneseng/dynamic-network-visualization-boost-graph-library
Generate dynamic networks visualizations using the Boost Graph Library
asrivast28/graph-api
A uniform API for using different graph libraries and types
nelimee/circinc
A simple tool to deal with circular dependencies in C/C++.
tedliosu/seqdfs_static_prototype
Prototype using Boost C++ Graph Library of SeqDFS algorithm for static mutable graphs taken from research paper by Dr. Qiuyi Lyu, Dr. Bin Gong, Dr. Mo Sha, and Dr. Kuangda Lyu
Blargian/BGL
Repository with code for learning how to use the Boost Graph Library
no-materials/Max_Flow_Excess_Scaling_BGL
Implementation of the Max Flow Preflow-Push algorithm with excess scaling method using Boost Graph Library
permutationlock/path_coloring_bgl
Implementations of several path coloring algorithms for the Boost Graph Library.
andreicap/sccaa
C++ Graph Strong Components Detection (see presentation.pdf)
mebeim/aa_project
Advanced Algorithms and Parallel Programming exam project