graph
1
3
Sections
Graphs
Doc
Def
adjm-obj{\\\\v:l,i:l}(M) == mkgraphobj(
x,y. x =M= y, ext{assert_eq_adjm}(M),
f,s,x. adjm-edge-accum(M;s',x'.f(s',x');s;x), ext{adjm_DASH_edge_DASH_accum_DASH_properties}{i:l}(M),
f,s. adjm-vertex-accum(M;s',x'.f(s',x');s), ext{adjm_DASH_vertex_DASH_accum_DASH_properties}{i:l}(M),
)
is mentioned by
Def
adjm-rep{\\\\v:l,i:l}() == mkgraphrep(AdjMatrix,
M.adjm-graph(M),
M.adjm-obj{\\\\v:l,i:l}(M))
[adjm-rep]
Try larger context:
Graphs
graph
1
3
Sections
Graphs
Doc