adamsardar / stoneTrees

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

Remove Rcplex and instead work with cplexAPI #10

Closed adamsardar closed 4 years ago

adamsardar commented 4 years ago

@JulieBorgel tells me that Rcplex does not build with the latest CPLEX library. I no longer have access to CPLEX and frankly their decision to recluse themselves from community benchmarks is weak sauce, so I am reluctant to provide much support for their tools.

cplexAPI should suffice for our needs. Testing is tricky of course ...

jonnywray commented 4 years ago

I've tested functionally via creating a Docker image with only cplexAPI installed and it seems to work OK. I can do more extensive testing as you wish.

Rcplex was last updated years back and cplexAPI was this year.

adamsardar commented 4 years ago

I also found a bug in Rcplex with a very large number of constraints.

Let me look at the cplex community edition and see if we can use it for some testing.