Closed hongzhonglu closed 6 years ago
CPLEX Error 1016: Promotional version. Problem size limits exceeded.
It seems that you are running a trial version of CPLEX which limits the allowed size of the problems. Coming up with a design for a product includes searching the universal database of reactions for potential heterologous pathways and thus introduces a large number of variables exceeding the allowed size.
There are a few things you can do:
@Midnighter Great thanks!
Hi, today when I run: import optlang from cameo.api import design design(product='L-Serine')
I meet the followed error: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/optlang/cplex_interface.py", line 795, in _optimize self.problem.solve() File "/Users/luho/Library/Python/3.6/lib/python/site-packages/cplex/init.py", line 1099, in solve _proc.mipopt(self._env._e, self._lp) File "/Users/luho/Library/Python/3.6/lib/python/site-packages/cplex/_internal/_procedural.py", line 629, in mipopt check_status(env, status) File "/Users/luho/Library/Python/3.6/lib/python/site-packages/cplex/_internal/_procedural.py", line 303, in call raise CplexSolverError(error_string, env, status) cplex.exceptions.errors.CplexSolverError: CPLEX Error 1016: Promotional version. Problem size limits exceeded.
Can you help me find the reason? Great thanks!