Home
last modified time | relevance | path

Searched refs:cost_bound (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject.cpp2237 auto cost_bound = threshold * 2; in simplify() local
2240 if (costs[index] <= cost_bound) in simplify()
2242 cost_bound = costs[index]; in simplify()
2243 if (cost_bound <= minimum_cost) in simplify()
2246 cost_bound = minimum_cost; in simplify()
2252 if (cost_bound > threshold) in simplify()
2255 while (minimum_cost <= cost_bound) in simplify()
2264 if (costs[index] <= cost_bound) in simplify()