Given a graph, create a "weight" attribute set to 1 for the edges if it doesn't
exist already.
Usage
make_graph_weighted(g)
Value
igraph graph with either all edge weights set to 1 (if the original
graph was unweighted), or to their original weights if they already existed
(in this case, the graph isn't modified at all).