# Generated by roxygen2: do not edit by hand

S3method(graph,data.frame)
S3method(graph,list)
S3method(is_weighted,simplegraph_adjlist)
S3method(is_weighted,simplegraph_df)
S3method(remove_loops,simplegraph_adjlist)
S3method(remove_loops,simplegraph_df)
S3method(remove_multiple,simplegraph_adjlist)
S3method(remove_multiple,simplegraph_df)
S3method(sanitize,simplegraph_adjlist)
S3method(sanitize,simplegraph_df)
S3method(transpose,simplegraph_adjlist)
S3method(transpose,simplegraph_df)
export(adjacent_vertices)
export(bfs)
export(degree)
export(edges)
export(graph)
export(incident_edges)
export(is_loopy)
export(is_multigraph)
export(is_simple)
export(is_weighted)
export(order)
export(predecessors)
export(remove_loops)
export(remove_multiple)
export(sanitize)
export(simplify)
export(size)
export(strength)
export(successors)
export(topological_sort)
export(transpose)
export(vertex_ids)
export(vertices)
importFrom(methods,is)
importFrom(utils,modifyList)
