Public Types

mln::graph::attribute::representative_t Struct Reference

Compute the representative vertex of every component in a graph. More...

#include <representative.hh>

List of all members.

Public Types

typedef util::array< unsigned > result
 Type of the computed value.

Detailed Description

Compute the representative vertex of every component in a graph.

Returns:
An array with the representative for each component. Components are labeled from 0.

Definition at line 63 of file representative.hh.


Member Typedef Documentation

Type of the computed value.

Definition at line 66 of file representative.hh.