Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  mipex4 - How to call this example

    Posted 11/28/17 11:12 AM

    Originally posted by: HoGHoG


    Hallo everyone,

    I'm new to the use of callbacks. That is why I would like to try the mipex4 example. However, I don't know how I should call this function in MATLAB. Can somebody tell me with which input I should call the function mipex4()? That is, how should I put my MIP in the function? Are could you provide me with a (simple) MIP to show the use of the function? Your answer would help me a lot. Thanks in advance!


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: mipex4 - How to call this example

    Posted 11/29/17 06:35 PM

    If you look at the source code in the mipex4.m file, you can see that the usage statement is:

    Usage: mipex4(filename)

    where filename is a file with extension:

    MPS, SAV, or LP (lower case is allowed)

    Exiting...

    You can use it, like so:

    mipex4('../../data/noswot.mps');


    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: mipex4 - How to call this example

    Posted 11/30/17 03:34 AM

    Originally posted by: HoGHoG


    Thank you!


    #CPLEXOptimizers
    #DecisionOptimization