[algogeeks] Re: Steiner tree

2006-06-09 Thread svince
Thanks a lot for your answer. Vincent --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com To unsubscribe from this group, send em

[algogeeks] Re: Steiner tree

2006-05-15 Thread Hei Makaroni
An exact algorithm for the steiner tree might look like the one given in this paper: "An Exact Algorithm for the Uniformly-Oriented Steiner Tree Problem" Benny K. Nielsen, Pawel Winter, and Martin Zachariasen http://www.springerlink.com/(ilim4245kwp0q545vzj1b345)/app/home/content.asp?referrer=co

[algogeeks] Re: Steiner tree

2006-01-27 Thread svince
Yes, thx !

[algogeeks] Re: Steiner tree

2006-01-26 Thread Mayur
Might help! http://www.cs.mcgill.ca/~cphill1/SteinerTrees.htmlOn 1/27/06, svince < [EMAIL PROTECTED]> wrote:Hey,I am looking for an algorithm named Steiner tree. Where could I found it ?I don't programm so I would like to find the complet algorithm.Thanks a lot !Vincent