6.7. igraph_es_seq — Edge selector, a sequence of edge ids.

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: 

igraph_ess_seq()

Time complexity: O(1).