Jeremy,
When declaring adjacency_list, one can specify whether graph is directed or not, using selectors
directedS
undirectedS
and ....
bidirectionalS
No wonder I always try to type "bidirectedS" and get a compile error.
Is there any reason for different naming? No sure which is correct grammatically, but "bidirected" certainly used. For example, in LEDA
docs:
http://www.algorithmic-solutions.info/leda_manual/graph.html
(in the second section).
What do you think?
- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
- Re: [boost] BGL: graph direction Vladimir Prus
- Re: [boost] BGL: graph direction Jeremy Siek
- [boost] Re: BGL: graph direction Jason House
- [boost] Re: BGL: graph direction Vladimir Prus
- Re: [boost] Re: BGL: graph direction Jeremy Siek