Isolationsprobleme
Isolationsprobleme, in graph-theoretic context often called the isolation problem, concerns finding a smallest set of vertices whose removal leaves a graph with no edges. The resulting remaining vertices are all isolated. The size of such a set is called the isolation number i(G). This quantity is equivalent to the size of a minimum vertex cover τ(G), because removing a vertex cover eliminates every edge, leaving an edgeless graph. Thus the isolationsproblem is largely a reformulation of the classical vertex cover problem.
Formal definition: Given a simple graph G = (V,E), determine a subset S ⊆ V of minimum cardinality
Variants of the problem may ask to isolate a specific subset of vertices, or to optimize related
Computational aspects: The isolationsproblem is NP-hard in general graphs because it is equivalent to minimum vertex
Applications include network reliability and rescue planning, facility placement, and models of containment or quarantine, where