超图:图论中的一种结构,是对普通“图(graph)”的推广。在超图里,一条超边(hyperedge)可以同时连接两个或更多顶点(而普通图的一条边通常只连接两个顶点)。
/ˈhaɪpərˌɡræf/
A hypergraph can model relationships among more than two items.
超图可以用来建模两个以上事物之间的关系。
In database theory, a hypergraph representation often reveals complex multiway dependencies that ordinary graphs cannot capture.
在数据库理论中,超图表示法常常能揭示普通图无法表达的复杂多元依赖关系。
由 **hyper-**(“超越、超过、扩展”)+ graph(“图;图形结构”)构成。该词用于强调:这种“图”的边不再局限于成对连接,而是扩展为可连接多个顶点的“超边”。