Decision Optimization

Decision Optimization

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

 View Only
  • 1.  MIP Starting Solution

    Posted Fri March 24, 2017 05:44 PM

    Originally posted by: michael_in_Boston


    Hello,
    I really tried to find an example for this but have not been successful. I have a MIP problem and would like to provide CPLEX with a starting solution. I am using IBM ILOG CPLEX Optimization Studio 12.7.

    This can't be too difficult. Could someone please post an example (or point me to one) how to provide CPLEX the starting solution for a problem and data format it has to be in (as well as how I create it). I feel there are many resources when using Java or C++ but limited when using the ILOG Optimization Studio interface.

    Much appreciated!

     

    Thanks,

    Michael


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: MIP Starting Solution

    Posted Sat March 25, 2017 02:53 AM

    The "warmstart" example (warmstart.mod in opl/examples/opl/warmstart) illustrates how to do that. This is also described in the user manual here.

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: MIP Starting Solution

    Posted Sat March 25, 2017 01:04 PM

    Originally posted by: michael_in_Boston


    Much appreciated! Thank you!


    #CPLEXOptimizers
    #DecisionOptimization