You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A generic interface for traversing graphs, using C++ templates.
6
6
7
7
The full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/libs/graph/doc/index.html).
8
8
9
-
## Support, bugs and feature requests ##
9
+
## Support, bugs and feature requests
10
10
11
11
Bugs and feature requests can be reported through the [Github issue page](https://github.com/boostorg/graph/issues).
12
12
@@ -22,13 +22,15 @@ You can submit your changes through a [pull request](https://github.com/boostorg
22
22
There is no mailing-list specific to Boost Graph, although you can use the general-purpose Boost [mailing-list](http://lists.boost.org/mailman/listinfo.cgi/boost-users) using the tag [graph].
Clone the whole boost project, which includes the individual Boost projects as submodules ([see boost+git doc](https://github.com/boostorg/boost/wiki/Getting-Started)):
33
35
34
36
git clone https://github.com/boostorg/boost
@@ -45,7 +47,7 @@ Boost Graph Library is mostly made of headers but also contains some compiled co
45
47
46
48
**Note:** The Boost Graph Library cannot currently be built outside of Boost itself.
47
49
48
-
### Running tests ###
50
+
### Running tests
49
51
First, make sure you are in `libs/graph/test`.
50
52
You can either run all the 300+ tests listed in `Jamfile.v2` or run a single test:
0 commit comments