ls-cwi / heinz

Single species module discovery
MIT License
13 stars 8 forks source link

Do the limitations of CPLEX community version affect Heinz? Answer: Yes. #12

Open CicoZhang opened 6 years ago

CicoZhang commented 6 years ago

The different versions of IBM ILOG CPLEX can be found here: https://www.ibm.com/products/ilog-cplex-optimization-studio/pricing. Compared to the academic version, community version has some limitations as follows (excerpted from the webpage).

  1. Limited to 1000 variables and 1000 constraints, but models can be edited.
  2. Time-limited trial without limits available upon request. Do these limitations affect Heinz? If yes, how significant is this effect? Thanks in advance.

The community version is on the left; the academic one is on the right. image

guwek commented 6 years ago

Hi Cico,

Just try it out and let us know.

Best wishes, Gunnar

On 11. May 2018, at 21:34, Cico notifications@github.com wrote:

The different versions of IBM ILOG CPLEX can be found here: https://www.ibm.com/products/ilog-cplex-optimization-studio/pricing. Compared to the academic version, community version has some limitations as follows (excerpted from the webpage).

• Limited to 1000 variables and 1000 constraints, but models can be edited. • Time-limited trial without limits available upon request. Do these limitations affect Heinz? If yes, how significant is this effect? Thanks in advance. The community version is on the left; the academic one is on the right.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

CicoZhang commented 6 years ago

@guwek I will test it in a couple of days. Here is the compiled version using the community CPLEX 12.8: https://drive.google.com/file/d/1thsaZycQMeHHqcPedDNKVycnm_ub6WkU/view?usp=sharing

CicoZhang commented 6 years ago

The limitation is very obvious. The community version has severely constrained the scale of the network to investigate regarding the number of the edges.