11 Jul
2003
11 Jul
'03
12:46 p.m.
Vladimir Prus
1. Define your own concrete (non-template) graph class which will define appropriate member functions. 2. Wrap that class with Boost.Python.
One good way to make that flexible would be to use boost::python::object for all the interesting bits (vertex/edge properties, etc.) -- Dave Abrahams Boost Consulting www.boost-consulting.com