--- Dmitry Bufistov wrote:
But what about boost::adjacency_matrixboost::directedS?
No, that too has to be boost::adjacency_matrixboost::bidirectionalS.
Unfortunately this doesn't help(
Where I can read your answer before I recieve e-mail?
I can see my post's here http://lists.boost.org/boost-users/2006/02/date.php but I can't reply on them(
Cheers! Cromwell D. Enage
Thanks for the reply.
2 Doug,
Now I also can't use
template <typename MutableGraph>
bool read_graphviz(std::istream& in, MutableGraph& graph,
dynamic_properties& dp,
std::string const& node_id = "node_id") ;
function for the same type. I think because of following declaractions
in "adjacency_matrix.hpp"
//////////////////////////////////////////////////
template