As I understand it, the LAGr_* algorithms should never modify the input graph. However, there are multiple LAGr algorithms have Graph inputs that are not marked const.
Furthermore, there are algorithms across the board with inputs that are not modified but they are not marked const.
As I understand it, the LAGr_* algorithms should never modify the input graph. However, there are multiple LAGr algorithms have Graph inputs that are not marked const.
Furthermore, there are algorithms across the board with inputs that are not modified but they are not marked const.