22 Jan
2012
22 Jan
'12
3:54 p.m.
If I manually create a grid graph in BGL (using adjacency_list, not grid_graph), is there a way to iterate over vertices in a specified rectangular region? Say I make a 100x100 grid graph, how would I iterate over the the center 5x5 vertices? Thanks, David