make an unweighted graph?
If you have a weighted graph and want to make an unweighted graph, there are two options. First, for MatlabBGL calls that do not use graph weights, you do not need to do anything! These algorithms (e.g. bfs) will not look at the weights on your graph so it will behave exactly like an unweighted graph. If the algorithm does look at the weights (e.g.