Qurak

EdgeTaggedGraph

Khả dụng

Graph whose edges all carry a tag; an untagged edge is tagged by how many copies of it came before

EdgeTaggedGraph[{e1, e2, …}]
EdgeTaggedGraph[{e1, e2, …} -> {t1, t2, …}]
EdgeTaggedGraph[{v1, v2, …}, {e1, e2, …} -> {t1, t2, …}]
EdgeTaggedGraph[{…, wi[vi], …}, {…, wj[ej], …} -> {t1, t2, …}]
EdgeTaggedGraph[{1 -> 2, 2 -> 3, 3 -> 1}] → Graph[<3>, <3>]EdgeTaggedGraph[{1 -> 2, 2 -> 3, 3 -> 1}, DirectedEdges -> False] → Graph[<3>, <3>]

Chủ đề

Liên quan

Tất cả 6300 hàm · Dùng cái này từ một client MCP