adamsardar / stoneTrees

Integrating 'omics data with biological networks by solving Steiner Tree problems
Mozilla Public License 2.0
3 stars 3 forks source link

Break node-separator routine into a seperate function #1

Open adamsardar opened 5 years ago

adamsardar commented 5 years ago

Too much technical debt with the logic of node separators bundled unto the Steiner tree base class. Break it out into a function that can be tested.