Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.

 View Only
Expand all | Collapse all

Problem size limits exceeded -python cplex

  • 1.  Problem size limits exceeded -python cplex

    Posted Thu February 14, 2019 12:05 AM

    Originally posted by: Sharon Donggg


    Hi everyone,


    I have a problem when using docplex with Python 3.6 (installed through Anaconda). When I ran the program, the following error occurred:

     

    DOcplexLimitsExceeded: **** Promotional version. Problem size limits exceeded, CPLEX code=1016

     

    I have already installed CPLEX 12.8 for students so it is definitely not a promotional version.
    Has anyone encountered similar situations before? What should I do at this point?

     

    Thanks!!

    -Sharon


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Problem size limits exceeded -python cplex

    Posted Thu February 14, 2019 06:01 AM

    This usually happens because some environment still points to the limited version.

    Make sure that PYTHONPATH etc. point to the full version of CPLEX. Even better, delete the limited version. Then you can be sure that you either use the full version or get an error like "CPLEX not found".


    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Problem size limits exceeded -python cplex

    Posted Mon February 18, 2019 05:55 AM

    Originally posted by: Sharon Donggg


    Hi Daniel,

    Problem solved, thanks for your time!

     

    Sharon


    #CPLEXOptimizers
    #DecisionOptimization