28 Apr
2005
28 Apr
'05
8:05 p.m.
Hello, I wrote my own dijksta visitor for the shortest path algorithm, and on an event I wanted it to write something in a bundled property of a vertex. However this didn't compile because the graph is a const&. Is there a way to solve this problem? Thanks in advance, andreas