On Feb 7, 4:11 am, [EMAIL PROTECTED] wrote:
> Suresh:
>
> > I could find GeoSteiner (http://www.diku.dk/geosteiner/) which is
> > implemented as a C program. Anybody know python wrapper for this?
> > Anybody tried this program in a python program?
>
> Once compiled, you may just need to use it wit
Suresh:
> I could find GeoSteiner (http://www.diku.dk/geosteiner/) which is
> implemented as a C program. Anybody know python wrapper for this?
> Anybody tried this program in a python program?
Once compiled, you may just need to use it with files calling it
through the console with pipes from Py
Hi,
I am looking for links to any implementation of Steiner Tree (
http://en.wikipedia.org/wiki/Steiner_tree ) construction in Python. I
could find GeoSteiner ( http://www.diku.dk/geosteiner/ ) which is
implemented as a C program. Anybody know python wrapper for this?
Anybody tried this program