Lukas' Notes

computation graph-theory

Definition

Maximum Non-Blocker Problem

Let be a weighted graph with edge weights and let be part of the input. The maximum non-blocker problem is a decision problem asking whether there exists a non-blocker of — a subset of edges whose removal leaves connected — such that

Reading

A non-blocker is a set of edges that does not need to stay connected: is still connected. The problem asks whether the redundant edges can be chosen heavy enough to clear a given threshold . Equivalently, it asks whether the heaviest non-blocker of has total weight at least . The “maximum” refers to this weight threshold, not to a cardinality constraint on itself.

The optimisation variant maximises subject to being a non-blocker; the question above is its decision version, parameterised by the target .