EgtNumKernel 2.3k1 :

- in ShortestPath aumentato il numero max di punti consentiti.
This commit is contained in:
SaraP
2021-11-18 09:34:24 +01:00
parent 82b402e7eb
commit ec9e4b4c76
10 changed files with 44 additions and 48 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#include "ShortestPath.h"
// ----------------------------------------------------------------------------
unsigned
long long unsigned
ShortestPath::TwoOpt( NODE* pPath)
{
const int MAX_TRY = 2048 ;