30 namespace pagmo {
namespace topology {
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base topology.
std::string get_name() const
Get name of the topology.
void remove_edge(const vertices_size_type &, const vertices_size_type &)
Remove an edge.
base_ptr clone() const
Clone method.
graph_type::vertices_size_type vertices_size_type
Vertices size type.
void add_edge(const vertices_size_type &, const vertices_size_type &)
Add an edge.
void connect(const vertices_size_type &)
Establish connections between islands during a push_back() operation.