UMR CNRS 7253

Site Tools


en:top

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:top [2013/03/01 12:24] dangduccen:top [2013/03/01 12:46] (current) dangducc
Line 22: Line 22:
 //Route length validation// //Route length validation//
  
-The euclidean distances are computed using **double** data type in C++ which is safe for a single computation within 18 decimal digits (GNU GCC 4.0+). Our rule to check if a route is valid is as follows: the travel length is computed in the order of clients that appear in the route and this value should be inferior or equal to the travel length limit (Tmax value in Chao's instances).+The euclidean distances are computed using **double** data type in C++ which is safe for a single computation within 18 decimal digits (GNU GCC 4.0+). Our rule to check if a route is valid is as follows: the travel length is computed in the order of clients that appear in the route and this value should be inferior or equal to the travel length limit (//tmax// value in Chao's instances).
  
 === People involved === === People involved ===

User Tools