Current section

Files

Jump to
yog include yog@mst_MstResult.hrl
Raw

include/yog@mst_MstResult.hrl

-record(mst_result, {
edges :: list(yog@mst:edge(any())),
total_weight :: any(),
node_count :: integer(),
edge_count :: integer(),
algorithm :: yog@mst:algorithm(),
root :: gleam@option:option(integer())
}).