vertexvalued
Vertex-valued refers to a construct in graph theory where a value is assigned to each vertex of a graph. Formally, a vertex-valued graph consists of a graph G = (V, E) together with a function f: V -> S, where V is the set of vertices, E the set of edges, and S is a chosen value set (such as the integers, real numbers, or a more general set). The term emphasizes the assignment to vertices rather than to edges or faces.
In practice, vertex-valued descriptions are closely related to, and often overlap with, vertex-weighted graphs and vertex
Examples include a simple graph with V = {a, b, c} and a value function f(a) = 3, f(b)
See also: vertex labeling, vertex-weighted graph, graph signal processing, network analysis.