Decision Optimization

 View Only
Expand all | Collapse all

In DoCplex, how to stop solving when the "Best Bound" reaches to a specific value?

  • 1.  In DoCplex, how to stop solving when the "Best Bound" reaches to a specific value?

    Posted Fri July 17, 2020 02:03 PM
    Hi everyone,

    I am using DoCplex in Python to solve the MILP. As you know, during the solving process, the solver updates the "Best Bound" as well as "Best Integer". How can I stop the solver when the "Best Bound" reaches to a specific pre-defined value?

    ------------------------------
    Sajad Karimi
    ------------------------------

    #DecisionOptimization


  • 2.  RE: In DoCplex, how to stop solving when the "Best Bound" reaches to a specific value?

    Posted Fri July 17, 2020 03:33 PM
    Hi

    https://www.ibm.com/support/pages/setting-absolute-bound-stopping-criterion-mip

    could help 

    regards

    ------------------------------
    ALEX FLEISCHER
    ------------------------------