Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  cplex and language c

    Posted 02/28/13 07:37 AM

    Originally posted by: SystemAdmin


    I want to read a CPLEX LP file which already exists and solves it through c language using CPLEX whithout enumerating columns numbers, etc ...just read it as we do in the interecative optimizer by : read command .
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: cplex and language c

    Posted 02/28/13 09:04 AM

    Originally posted by: SystemAdmin


    CPLEX comes with plenty of examples. You should take a look at them to learn how to build, read and optimize problems in C.
    You may also want to take a look at the callable library tutorial in the user manual.
    The function to read in a problem is CPXreadcopyprob.
    #CPLEXOptimizers
    #DecisionOptimization