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