Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkyl/quasistablecolors.jl

Graph Compression using Quasi-stable Coloring
https://github.com/mkyl/quasistablecolors.jl

Last synced: 9 days ago
JSON representation

Graph Compression using Quasi-stable Coloring

Awesome Lists containing this project

README

        

# QuasiStableColors.jl
*Graph compression for performant approximations*
![Project logo](docs/src/assets/logo.png)

| Documentation | Build Status |
| ------------- | ------------- |
| [Stable](https://mkyl.github.io/QuasiStableColors.jl/stable/) | ![continuous integration status badge](https://github.com/mkyl/QuasiStableColors.jl/actions/workflows/CI.yml/badge.svg) |

Code and experiments for the upcoming paper *"[Quasi-stable Coloring
for Graph Compression: Approximating Max-Flow, Linear Optimization
and Centrality](https://arxiv.org/abs/2211.11912)"* by Moe Kayali and Dan Suciu,
appearing in VLDB 2023.

If you use this library, we ask that you cite our paper:
```
@article{DBLP:journals/pvldb/KayaliS22,
author = {Moe Kayali and
Dan Suciu},
title = {Quasi-stable Coloring for Graph Compression: Approximating Max-Flow,
Linear Programs, and Centrality},
journal = {Proc. {VLDB} Endow.},
volume = {16},
number = {4},
pages = {803--815},
year = {2022},
url = {https://www.vldb.org/pvldb/vol16/p803-kayali.pdf}
}
```