MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/RACER / C_EXPLICIT

Function C_EXPLICIT

swarm_exploration/utils/lkh_tsp_solver/src/C.c:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 */
10
11int C_EXPLICIT(Node * Na, Node * Nb)
12{
13 return Na->Id < Nb->Id ? Nb->C[Na->Id] : Na->C[Nb->Id];
14}
15
16/*
17 * The C_FUNCTION function is used when the distance is defined by a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected