In graph theory, a branch of mathematics, the splittance of an undirected graph measures its distance from a split graph. A split graph is a graph whose vertices can be partitioned into an independent set (with no edges within this subset) and a clique (having all possible edges within this subset). The splittance is the smallest number of edge additions and removals that transform the given graph into a split graph.
The splittance of a graph can be calculated only from the degree sequence of the graph, without examining the detailed structure of the graph. Let be any graph with vertices, whose degrees in decreasing order are . Let be the largest index for which . Then the splittance of is
\sigma(G)=\tbinom{m}{2}- | 12\sum |
i=1 |
mdi+
12\sum | |
i=m+1 |
ndi.
The splittance of a graph has been used in parameterized complexity as a parameter to describe the efficiency of algorithms. For instance, graph coloring is fixed-parameter tractable under this parameter: it is possible to optimally color the graphs of bounded splittance in linear time.