I need some help with the activation of cplex community edition on linux in combination with python/pyomo. I have followed the installation procedure on https://www.ibm.com/support/pages/node/297247
I have written the following two lines into my bash_profile
export CPLEX_STUDIO_DIR1210=/path/to/cplex
export CPLEX_API_KEY=...
Then I have restarted my machine but I always get the message "Cplex Error 1016: Community Edition. Problem size limits exceeded."
I also have tried to write the export lines into bashrc but without success.
My relevant python code line looks like: Optimize = SolverFactory ('cplex', executable='/path/to/cplex-executable')
I am looking forward to any hints. Thx