adamsardar / stoneTrees

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

Look at using rmpk or ompr for the MILP generation #15

Open adamsardar opened 4 years ago

adamsardar commented 4 years ago

https://github.com/dirkschumacher/rmpk/blob/master/README.md

A much lighter weight library that might help abstract away the fiddly indices.

adamsardar commented 4 years ago

Also, whilst being more explicit in the model formulation another advantage would be the use of a general solver in the backend via ROI (no need to maintain the matrix mapping functions). Would instantly solve #9