Decision Optimization

Decision Optimization

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

 View Only
  • 1.  cplex least square optimization in C

    Posted Thu February 16, 2012 05:03 PM

    Originally posted by: yhlvqz


    hi, I can use matlab cplexlsqlin to solve the least square optimization problem.
    But I am confused how I can use C programing to solve the same problem.
    Which c function I should call and how to pass the data.

    Thanks!
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: cplex least square optimization in C

    Posted Thu March 01, 2012 04:42 PM

    Originally posted by: SystemAdmin


    You need to formulate your problem as a quadratic program. See the user's manual on quadratic programming to learn how to instantiate a QP in your favorite programming language.
    Tobias
    #CPLEXOptimizers
    #DecisionOptimization