Hi,
I have used a Bluedemo instance to check the functionality of docplex python scripts.
If you go to default installed Cplex Optimization studio in the bluedemo instance and checked the below path
Help -> About IBM ILOG Cplex Optimization Studio-> Build id is 0 (Normally if it is community edition it will show here as it is.)
and version is 12.8
Which means I can solve the problems with more than 1000 variables and constraints.I dd checked that sample OPL problems with more than 1000 variables solved correctly.
My question is Imagine I wrote a sample docplex code which contains more than 1000 variables or constraints,
I used pip install cplex and pip install docplex and then just importing to the model.(import docplex)
It provides an error saying promotional edition cannot handle models with more than 1000 variables (cplex error 1016,problem size limits exceeded).
How can I call the cplex engine in Bluedemo (Which has the capability of solving complex problems) and solve this python script.I think there is something wrong with my installation packages or configuring the paths or something.
Can someone advise .Thanks for your support.
Regards
Suresh
------------------------------
Suresh Abeyweera
------------------------------
#DecisionOptimization