var searchIndex = {}; searchIndex["lgl"] = {"doc":"# lgl","items":[[0,"graph","lgl","",null,null],[3,"DirectedGraph","lgl::graph","A directed graph. Each edge has a source and target vertex.",null,null],[11,"new","","Constructs an empty directed graph.",0,{"inputs":[],"output":{"name":"directedgraph"}}],[11,"add_vertex","","Adds a vertex labeled with the input vertex.",0,null],[11,"add_edge","","Given two vertices, `u` and `v`, creates an edge `u -> v`.",0,null],[11,"is_edge","","Returns `true` i.f.f. there is an edge `u -> v`.",0,null],[11,"neighbors","","Get the set of neighbors for a given vertex.",0,null]],"paths":[[3,"DirectedGraph"]]}; initSearch(searchIndex);