graph
1
3
Sections
Graphs
Doc
Def
(
x
L.P(x)) == reduce(
x,b. P(x)
b;false
;L)
is mentioned by
Def
adjl_to_adjm(l) == Case(l) Case mk_adjlist(n; out ) = > mk_adjmatrix(n,
i,j. (
k
out(i).k=
j))
[adjl_to_adjm]
In prior sections:
graph
1
1
graph
1
2
Try larger context:
Graphs
graph
1
3
Sections
Graphs
Doc