Iswgraphs
Iswgraphs are a class of finite, undirected graphs equipped with a weight function on edges and a vertex indexing. Formally, an Iswgraph is a quadruple (V,E,w,idx) where (V,E) is a simple graph, w:E→R assigns a real weight to each edge, and idx:V→N is a bijection that assigns a unique index to every vertex. The index is used to define canonical local invariants and to specify a notion of isomorphism that preserves both topology and labeling.
The primary concept in Iswgraphs is the isw-sequence. For a vertex v, the isw-sequence S(v) is the
Properties of Iswgraphs include the relationship between weight distribution and graph symmetries. When edge weights are
Applications include graph isomorphism testing, pattern recognition, and mathematical studies of invariants in weighted structures. See