Home
last modified time | relevance | path

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

/dports/cad/pcb/pcb-4.2.0/src/
H A Dautoroute.c1685 cost_t cost_to_region; in __region_within_guess() local
1688 cost_to_region = in __region_within_guess()
1690 assert (cost_to_region >= 0); in __region_within_guess()
1694 return (cost_to_region < mtc->nearest_cost); in __region_within_guess()