Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  MATLAB and CPLEX

    Posted 10/23/09 10:24 AM

    Originally posted by: SystemAdmin


    [AR said:]

    hi,

    I have written a LP problem in MATLAB but now need an MIP solver so am thinking of buying CPLEX. It is possible to just buy the engine and the MATLAB interface without buying the entire CPLEX Developement Studio? What would this roughly cost?

    Also, has anyone here used the MATLAB interface? Is it difficult to set up?

    Thanks.

    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: MATLAB and CPLEX

    Posted 10/23/09 11:37 AM

    Originally posted by: SystemAdmin


    [johncui said:]

    Happy to know you want to use MATLAB interface of CPLEX.
    It is very easy to install and use.

    Firstly, you can use cplex in matlab like the optimization toolbox of MATLAB.
    say, cplexlp, cplexqp, cplexmilp, ......

    Secondly, you can use Cplex class  in MATLAB.
    say,
    >> cplex=Cplex()
    >> cplex.addCols(....)
    >> cplex.addRows(....)
    >> cplex.solve()

    About the price please contact the our sales.

    http://www.ilog.com/products/cplex/

    John Cui

    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: MATLAB and CPLEX

    Posted 10/28/09 09:36 PM

    Originally posted by: SystemAdmin


    [Tom said:]

    Hello,

    In our continuing technical web seminar series, an upcoming presentation will be on the MATLAB-CPLEX connector.  You can attend it live (details below), or access a recording after December 1, 2009.

    Using IBM ILOG CPLEX from MATLAB
      Presented by Mary Fenelon
      December 1, 2009
      10am (Pacific) / 1:00 pm (Eastern)
      Details: https://events.webdialogs.com/register.php?id=8c21039528&l=en-US

    Tom
    #CPLEXOptimizers
    #DecisionOptimization