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