Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

problem in solving an integer programming problem with CPLEX solver

  • 1.  problem in solving an integer programming problem with CPLEX solver

    Posted Tue April 13, 2021 02:45 PM

    We formulated an integer programming problem P, this integer programming problem P can be solved with CPLEX solver within about 2 seconds.

    we added an equality constraint to the programming problem P, then we get an new integer programming problem P'.

    When we solved the new integer programming problem P' with CPLEX solver, it can not be solved with about 20000 seconds. I want to kown why the solving time becomes so long?






    #DecisionOptimization
    #Support
    #SupportMigration


  • 2.  RE: problem in solving an integer programming problem with CPLEX solver

    Posted Tue April 13, 2021 03:31 PM

    Generally speaking, it is possible to make a model much harder by adding one constraint.

    If the difficulty is in finding a feasible solution, you can try to add some slack variable to relax the equality constraint.

    If you need further discussion, please open a case if you are entitled. Otherwise, please discuss your question in Data Science Community https://community.ibm.com/community/user/datascience/communities/community-home/digestviewer?communitykey=ab7de0fd-6f43-47a9-8261-33578a231bb7&tab=digestviewer






    #DecisionOptimization
    #Support
    #SupportMigration