igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] regarding adjlist


From: Amit Kumar
Subject: Re: [igraph] regarding adjlist
Date: Fri, 12 Sep 2008 11:31:43 +0100

Hello Gabor,
I will try to explain once again. Here
'0' -> obligatory
'1' -> we are looking the first site
then number of neighbours(here 3 for the first row) & list of neighbours(2, 129,130 for the first row).
There are three spaces between each column. In each column digits are aligned right to left. For example-
129
    1
  20
but not as
129
1
20

regards
Amit

On Thu, Sep 11, 2008 at 4:40 PM, Csardi Gabor <address@hidden> wrote:
Couldn't you just describe the format exactly?
It's quite hard to decipher it from this "table".
E.g. what is the leading zero? Do you have tabulators
or spaces between the numbers? How many?

G.

On Thu, Sep 11, 2008 at 02:41:34PM +0100, Amit Kumar wrote:
[...]
> But I need output in the following format as the software i will be using is
> sensitive to spaces:
>
> 0
>       1     3     2   129   130
>       2     5     1       3   129   130   131
>       3     5     2       4   130   131   132
>       4     5     3       5   131   132   133
>       5     5     4       6   132   133   134
>       6     5     5       7   133   134   135
>       7     5     6       8   134   135   136
>       8     5     7       9   135   136   137
>       9     5     8     10   136   137   138
>     10     5     9     11   137   138   139
>
[...]

--
Csardi Gabor <address@hidden>    MTA RMKI, ELTE TTK


_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help


reply via email to

[Prev in Thread] Current Thread [Next in Thread]