| igraph Reference Manual |
|---|
int igraph_es_seq(igraph_es_t *es, igraph_integer_t from, igraph_integer_t to);
All edge ids between from and to will be
included in the edge selection.
Arguments:
es: |
Pointer to an uninitialized edge selector object. |
from: |
The first edge id to be included. |
to: |
The last edge id to be included. |
Returns:
|
Error code. |
See also:
Time complexity: O(1).
<< 6.6. igraph_es_fromto — Edge selector, all edges between two vertex sets. |
6.8. igraph_es_pairs — Edge selector, multiple edges defined by their endpoints in a vector >> |