On Apr 5, 12:00 am, ish wrote:
> Any pointer will be appreciated.
1. Show your input. Odds are there's a problem with your data.
2. Show the output. "Does not work" tells us nothing of value.
3. Don't repeatedly post the same question in different threads. That
doesn't make people answer any fast
I am using igraph package via Python interface. I have a list of edges of a
graph one edge per line of input in a file (e.txt) and want igraph to read the
edges into the graph. Can any one give me a usage hint of igraph.Graph.Read()??
import igraph
g = igraph.Graph()
g.add_vertices(3)# 4 ver