mirror of
https://github.com/boostorg/graph.git
synced 2026-01-31 08:12:14 +00:00
Lots of new algorithms and cleanups of old ones
[SVN r27579]
This commit is contained in:
@@ -476,6 +476,13 @@ template<typename Graph> void export_in_graph();
|
||||
template<typename DirectedS>
|
||||
void export_basic_graph(const char* name)
|
||||
{
|
||||
using boost::python::class_;
|
||||
using boost::python::init;
|
||||
using boost::python::object;
|
||||
using boost::python::range;
|
||||
using boost::python::scope;
|
||||
using boost::python::self;
|
||||
|
||||
typedef basic_graph<DirectedS> Graph;
|
||||
typedef typename Graph::Vertex Vertex;
|
||||
typedef typename Graph::Edge Edge;
|
||||
|
||||
Reference in New Issue
Block a user