graph property

Graph<V, E> graph
final

The underlying graph on which this cut was computed.

Implementation

final Graph<V, E> graph;