Graph bandwidth
In graph theory, the graph bandwidth problem may be visualized as placing the vertices of a given graph at distinct integer positions along the number line so that the length of the longest edge is minimized. Such placement is called linear graph arrangement, linear graph layout or linear graph placement. It may be formalized as labeling the vertices of a graph with distinct integers so that the quantity is minimized, where is the edge set of .
The weighted graph bandwidth problem is a generalization wherein the edges are assigned weights and the cost function to be minimized is the product of weight with length, .
In terms of matrices, the (unweighted) graph bandwidth is the minimal bandwidth of a symmetric matrix which is an adjacency matrix of the graph. The bandwidth may also be defined as one less than the maximum clique size in a proper interval supergraph of the given graph, chosen to minimize its clique size.