Subject: [Boost-users] Iterating over vertices in a specific region in a graph
From: David Doria (daviddoria_at_[hidden])
Date: 2012-01-22 10:54:17


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