Current section

Files

Jump to
yog include yog@flow@max_flow_MinCut.hrl
Raw

include/yog@flow@max_flow_MinCut.hrl

-record(min_cut, {
source_side :: gleam@set:set(integer()),
sink_side :: gleam@set:set(integer())
}).