In the study of approximation algorithms, there are many useful techniques that are demonstrated in the analysis of cut problems. Given a graph G = (V,E) with an assignment of weights to edges w : E → R+ a cut is a set E′ ⊆ E, whose removal from the graph will partition the vertices into two disconnected sets. For two vertices, s, t ∈ V , an s− t cut is the one that creates a partition with s a...