boost-property-map Questions
1
Solved
I've created a custom BGL graph model, like in this answer: What is needed to use BGL algorithms on existing data structures ( edges and vertices as vector<Object *>)?.
It adapts a custom dat...
Foresee asked 24/2, 2021 at 13:38
1
Solved
I have a boost graph with multiples weights for each edges (imagine one set of weights per hour of the day). Every one of those weights values is stored in a propretyEdge class :
class propretyEd...
Ottoman asked 30/3, 2015 at 14:21
1
Solved
How would I create a graph, such that the property map (weight of edges) is different in each property map? Is it possible to create such a property map?
Like an array of property maps?
I have not...
Valeryvalerye asked 17/11, 2014 at 18:41
1
Solved
Can someone explain to a Boost beginner like me what is a property map is in Boost?
I came across this when trying to use the BGL for calculating strong connected components.
I went through the doc...
Cerumen asked 2/12, 2013 at 10:23
1
© 2022 - 2024 — McMap. All rights reserved.