$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2003-07-11 07:46:50
Vladimir Prus <yg-boost-users_at_[hidden]> writes:
> 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