Searched refs:ForwardDistance (Results 1 – 3 of 3) sorted by relevance
29 extern cl::opt<unsigned> ForwardDistance;234 if (Dist <= opts::ForwardDistance) { in extTSPScore()235 double Prob = 1.0 - static_cast<double>(Dist) / opts::ForwardDistance; in extTSPScore()
63 cl::opt<unsigned> ForwardDistance( variable100 if (Dist <= opts::ForwardDistance) { in extTSPScore()101 double Prob = 1.0 - static_cast<double>(Dist) / opts::ForwardDistance; in extTSPScore()
67 static cl::opt<unsigned> ForwardDistance( variable110 if (Dist <= ForwardDistance) { in extTSPScore()111 double Prob = 1.0 - static_cast<double>(Dist) / ForwardDistance; in extTSPScore()