mirror of
https://github.com/boostorg/graph.git
synced 2026-01-28 19:22:11 +00:00
Started documenting Python bindings
libs/graph/src/python/basic_graph.cpp, libs/graph/src/python/basic_graph.hpp:
- Allow one to build a graph from anything that looks like a Python list or
tuple.
[SVN r28324]
This commit is contained in:
@@ -228,6 +228,7 @@ class basic_graph
|
||||
adjacency_iterator;
|
||||
|
||||
basic_graph();
|
||||
basic_graph(::boost::python::object);
|
||||
basic_graph(const std::string& filename, graph_file_kind kind);
|
||||
basic_graph(erdos_renyi, int seed);
|
||||
basic_graph(power_law_out_degree, int seed);
|
||||
|
||||
Reference in New Issue
Block a user