graph 1 3 Sections Graphs Doc

Def 2of(t) == t.2

is mentioned by

Def adjl-graph(G) == < vertices = G.size, edges = x:G.size||G.out(x)||, incidence = e. < 1of(e),(G.out(1of(e)))[2of(e)] > > [adjl-graph]
Def t.out == 2of(t)[adjl_out]
Def adjm-graph(A) == < vertices = A.size, edges = {p:(A.sizeA.size)| (A.adj(1of(p),2of(p))) }, incidence = e.e > [adjm-graph]
Def t.adj == 2of(t)[adjm_adj]
Def t.obj == 2of(2of(t))[grr_obj]
Def t.graph == 1of(2of(t))[grr_graph]
Def t.other == 2of(2of(2of(2of(2of(2of(t))))))[gro_other]
Def t.vaccw == 1of(2of(2of(2of(2of(2of(t))))))[gro_vaccw]
Def t.vacc == 1of(2of(2of(2of(2of(t)))))[gro_vacc]
Def t.eaccw == 1of(2of(2of(2of(t))))[gro_eaccw]
Def t.eacc == 1of(2of(2of(t)))[gro_eacc]
Def t.eqw == 1of(2of(t))[gro_eqw]

In prior sections: core mb list 1 prog 1 graph 1 1 graph 1 2

Try larger context: Graphs

graph 1 3 Sections Graphs Doc