Hi all,
I am looking for Steiner tree implementations that can take an edge weighted/un-weighted (ppi) graph as an input. So far I found 4 implementations of Steiner trees in bioinformatics BioNet, MSGSTEINER, GenRev and SteinerNet, so my question is do you know any other well known implementations of Steiner trees in bioinformatic/ non bioinformatic field ? any suggestions ?
Thank you.
Thanks, I too came across steinernet while looking around, I avoided it because it's available just as a web version, but I never came across Goblin though.
Besides, as ST is a classic graph theory problem, I guess codes in C/C++ must be lying here and there. The "Boost" graph library may be having it. I didn't find any python lib. in first glance but GenRev is coded in python I guess.