https://github.com/andful/adagraph
Graph library for graph triangulation experimentation
https://github.com/andful/adagraph
algorithms graph graph-algorithms graphtheory
Last synced: 8 months ago
JSON representation
Graph library for graph triangulation experimentation
- Host: GitHub
- URL: https://github.com/andful/adagraph
- Owner: Andful
- Created: 2022-06-28T10:56:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T12:23:10.000Z (about 3 years ago)
- Last Synced: 2025-09-07T06:23:29.895Z (9 months ago)
- Topics: algorithms, graph, graph-algorithms, graphtheory
- Language: Rust
- Homepage:
- Size: 51.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adagraph
Graph library for graph triangulation experimentation. You can find further information about the library on [my master thesis](https://repository.tudelft.nl/islandora/object/uuid:ade70d65-79ba-47f5-a61d-f4934c0d8543)
## Installation
```bash
cargo install --git https://github.com/Andful/adagraph adagraph-separators
```
## Run
```bash
adagraph-separators -h
```