Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only

how to use IlcDistanceFunction

  • 1.  how to use IlcDistanceFunction

    Posted 11/25/08 09:56 AM

    Originally posted by: SystemAdmin


    [adji said:]

    hi,

    The example use Euclidean distance to create the distance (IlcEuclidean).
    and now i want to create the distance in matrix.

    like this...
              0 1 2 3 4
              -------------
          0|  0 5 3 7 6
          1|  5 0 6 9 3
          2|  3 6 0 8 4
          3|  7 9 8 0 5
          4|  6 3 4 5 0


    can we use IlcDistanceFunction to solve this problem (VRP)?
    and how to use IlcDistanceFunction?

    [b]NB: I use ILOG Dispatcher 2.1 and ILOG Solver 4.4[/b]
    thanks...

    #ConstraintProgramming-General
    #DecisionOptimization