mirror of
https://github.com/boostorg/graph.git
synced 2026-02-02 08:52:10 +00:00
Lots of new algorithms and cleanups of old ones
[SVN r27579]
This commit is contained in:
@@ -52,6 +52,7 @@ articulation_points(const Graph& g)
|
||||
void export_biconnected_components()
|
||||
{
|
||||
using boost::python::arg;
|
||||
using boost::python::def;
|
||||
|
||||
def("biconnected_components", &biconnected_components<Graph>,
|
||||
(arg("graph"),
|
||||
|
||||
Reference in New Issue
Block a user