Boost logo

Boost Users :

Subject: Re: [Boost-users] BGL: Write graphviz file with invisible edges
From: David Doria (daviddoria_at_[hidden])
Date: 2011-06-21 14:12:01


>> boost::write_graphviz_dp(std::cout, g, dp, "style");
>
> The last argument here shouldn't be "style" -- it should be the default
> "node_id" or something else that can be used to identify vertices in the
> graph.
>
>> return 0;
>> }
>>
>> However, I get an exception "dynamic property get cannot retrieve
>> value for property: style."
>
> I'm not sure what the issue is for that -- try changing the call to
> write_graphviz_dp and see if it recurs.
>
> -- Jeremiah Willcock
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>

I tried both:
boost::write_graphviz_dp(std::cout, g, dp, "node_id");
and
boost::write_graphviz_dp(std::cout, g, dp);

and both produce the exception "dynamic property cannot retrieve value
for property: "node_id".

David


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net