igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] SIR Model in Python igraph?


From: Gábor Csárdi
Subject: Re: [igraph] SIR Model in Python igraph?
Date: Mon, 17 Nov 2014 16:09:21 -0500

On Mon, Nov 17, 2014 at 3:52 PM, Tamas Nepusz <address@hidden> wrote:
[...]
> The SIR model in the R version of igraph is an R-only extension -- the reason
> why it's not in the Python interface is because it is not implemented in the
> C core of igraph on top of which the R and Python interfaces are built.

:) It is actually written in C. It was in R first, but only temporarily.
https://github.com/igraph/igraph/blob/develop/src/sir.c

Gabor



reply via email to

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