[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[igraph] edge in graph
From: |
Jey Narasimhan |
Subject: |
[igraph] edge in graph |
Date: |
Wed, 11 Mar 2015 16:22:34 -0400 |
Hi,
What is the most efficient way to check if an edge, given by a tuple
of source and target vertex names, is present in the graph? I
understand get_eid could be used along with try-catch, but if there
are tens of thousands of such tuples to be checked, I doubt try-catch
would help here. Any suggestions?
- [igraph] edge in graph,
Jey Narasimhan <=