blob: 34fab7781149558e0a7dfca70c054f7f80995f80 [file] [log] [blame]
#ifndef ROUTE_BREADTH_FIRST_H
#define ROUTE_BREADTH_FIRST_H
#include "route_common.h"
bool try_breadth_first_route(const t_router_opts& router_opts);
bool try_breadth_first_route_net(ClusterNetId net_id, float pres_fac, const t_router_opts& router_opts);
#endif