atcoder.maxflow.MFGraph ======================= .. currentmodule:: atcoder.maxflow .. autoclass:: MFGraph .. rubric:: Methods .. automethod:: __init__ .. automethod:: add_edge .. automethod:: change_edge .. automethod:: edges .. automethod:: flow .. automethod:: get_edge .. automethod:: min_cut