After asking for advice on how to find an edge in an undirected graph I was looking to adjust his function to return a null edge if it cannot find one. I know that boost has a null vertex (graph_traits<G>::null_vertex()) but I haven't found one for edges in any documentation. Does anyone have a solution for said problem?