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

Function D_FUNCTION

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

Source from the content-addressed store, hash-verified

83}
84
85int D_FUNCTION(Node * Na, Node * Nb)
86{
87 return (Fixed(Na, Nb) ? 0 : Distance(Na, Nb) * Precision) + Na->Pi +
88 Nb->Pi;
89}
90
91/* Functions for computing lower bounds for the distance functions */
92

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected