39# ifndef SINGLE_GRAPH_H
40# define SINGLE_GRAPH_H
83 GT_Node * q = it.get_tgt_node_ne();
void insert(Dlink *node) noexcept
Insert node after this.
Dynamic set implemented using AVL binary search trees of type Avl_Tree<Key>.
void next_ne() noexcept
Advances the iterator to the next filtered element (noexcept version).
Filtered iterator on the nodes of a graph.
Determina si un grafo o digrafo es simple.
bool test_node(typename GT::Node *p)
retorna true si p no tiene multiarcos ni lazos
Test_Single_Graph(SN &&__sn=SN(), SA &&__sa=SA())
List_Graph< Graph_Node< int >, Graph_Arc< int > > GT
DynArray< Graph::Node * > nodes
Main namespace for Aleph-w library functions.
DynList< T > maps(const C &c, Op op)
Classic map operation.
Default filter for filtered iterators on arcs.
Default filter for the graph nodes.
Filtered iterator of adjacent arcs of a node.
Dynamic set implementations based on balanced binary search trees.