Re: Steiner Tree

2007-02-06 Thread [EMAIL PROTECTED]
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

Re: Steiner Tree

2007-02-06 Thread bearophileHUGS
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

Steiner Tree

2007-02-05 Thread [EMAIL PROTECTED]
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