This function is called for its side effect of plotting.
Arguments
K
Cut to be plotted; an output list returned by some
cut-building function, see below.
G
Graph on which to superimpose the cut.
Author
Cesar Asensio
Details
It plots a graph, then superimposes a cut, drawing the associated
vertex set in a different color.
See Also
build_cut_random builds a random cut,
build_cut_greedy builds a cut using a greedy algorithm,
improve_cut_flip uses local search to improve a cut obtained
by other methods, compute_cut_weight computes cut size,
weight and edges.