Decision Optimization

Decision Optimization

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

 View Only

Initialization of IloIntMap

  • 1.  Initialization of IloIntMap

    Posted Wed June 03, 2009 06:18 AM

    Originally posted by: SystemAdmin


    [rahul.raghuromeo said:]

    I want to declare an empty IloIntMap of the type <IloTuple,int>
    How to do it?
    I used:-


    IloIntMap *m2;
    m2 = new IloIntMap();


    please advice
    #CPLEXOptimizers
    #DecisionOptimization