MaxFlowInfo

maxflowの情報

struct MaxFlowInfo (
C
) {}

Members

Variables

dual
bool[] dual;

最小カット(S側:false, T側:true)

flow
C flow;

流量

Meta