mirror of
https://github.com/boostorg/graph.git
synced 2026-01-28 19:22:11 +00:00
doc/*: Document Python bindings
src/python/basic_graph.cpp src/python/basic_graph.hpp:
- Add ability to record the names of vertices input via the adjacency list
reader.
example/python/breadth_first_search.py: Building a better example
[SVN r28350]
This commit is contained in:
@@ -228,7 +228,8 @@ class basic_graph
|
||||
adjacency_iterator;
|
||||
|
||||
basic_graph();
|
||||
basic_graph(::boost::python::object);
|
||||
basic_graph(boost::python::object,
|
||||
const std::string& name_map = std::string());
|
||||
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