DirectedMSTInfo

Information of directed mst

struct DirectedMSTInfo (
E
C
) {}

Constructors

this
this(size_t n)
Undocumented in source.

Members

Variables

cost
C cost;

mst cost

res
E[] res;

edge list

Meta