Boost logo

Boost Users :

From: abhishek.v_at_[hidden]
Date: 2007-09-20 06:56:04


Hi...

I want to calculate diameter and girth of a graph using BGL so i m taking
 
http://www.cs.ualberta.ca/~ghali/courses/texts/BGL/html/girth.cpp.html#pred_t.54
 as a reference.
I have already created graph using adjacency_list

Now i m not able to understand how to use :-

typedef boost::v_property<long> dist_t;
boost::property_map<Graph*, dist_t>::type d_map;

typedef boost::u_property<vertex_descriptor> pred_t;
boost::property_map<Graph*, pred_t>::type p_map;

And for what it stands for ...

Here i m not using #include <boost/graph/stanford_graph.hpp>
Also let me know where it is being defined..

Is there any alternative to calculate diameter and girth

Thanks
Abhishek Vyas
Tata Consultancy Services
Mailto: abhishek.v_at_[hidden]
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
                        Business Solutions
                        Outsourcing
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you



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