#algorithm #optimization #network #graph #combinatorics

rs-graph

A library for graph algorithms and combinatorial optimization

34 releases

0.20.1 May 8, 2021
0.19.2 Jun 3, 2020
0.19.1 Feb 14, 2020
0.17.1 Jul 10, 2019
0.8.1 Nov 19, 2017

#664 in Algorithms

Download history 149/week @ 2023-01-15 326/week @ 2023-01-22 360/week @ 2023-01-29 285/week @ 2023-02-05 423/week @ 2023-02-12 246/week @ 2023-02-19 113/week @ 2023-02-26 126/week @ 2023-03-05 143/week @ 2023-03-12 71/week @ 2023-03-19 146/week @ 2023-03-26 294/week @ 2023-04-02 98/week @ 2023-04-09 117/week @ 2023-04-16 98/week @ 2023-04-23 91/week @ 2023-04-30

420 downloads per month
Used in 2 crates

GPL-3.0+

465KB
10K SLoC

rs-graph

rs-graph crate rs-graph docs

Introduction

rs-graph is a library for graph algorithms and combinatorial optimization

Author

Frank Fischer frank-fischer@shadow-soft.de

Installation

Put the requirement rs-graph = "^0.20.1" into the Cargo.toml of your project.

Documentation

See docs.rs.

Download

Source code of latest tagged version: rs-graph-v0.20.1.tar.gz

Source code of trunk: rs-graph-trunk.tar.gz


lib.rs:

A library for basic graph data structures and algorithms.

Dependencies