mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
983ae7c2d9
The design of the library is much influenced by the Boost Graph Library (BGL) which is written in C++ heavily using its template mechanism. Refer to http://www.boost.org/libs/graph/doc for further links and documentation on graph data structures and algorithms and the design rationales of BGL. PR: ports/84587 Submitted by: Ulrich Spoerlein <q@galgenberg.net>
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
RGL is a framework for graph data structures and algorithms.
|
|
|
|
The design of the library is much influenced by the Boost Graph
|
|
Library (BGL) which is written in C++ heavily using its template
|
|
mechanism. Refer to http://www.boost.org/libs/graph/doc for further
|
|
links and documentation on graph data structures and algorithms and
|
|
the design rationales of BGL.
|
|
|
|
WWW: http://rubyforge.org/projects/rgl/
|